Package Details: python-pptk-git r49.697c09a-5

Git Clone URL: https://aur.archlinux.org/python-pptk-git.git (read-only, click to copy)
Package Base: python-pptk-git
Description: Python package for visualizing and processing 2-d/3-d point clouds
Upstream URL: https://github.com/heremaps/pptk.git
Licenses: MIT
Provides: python-pptk
Submitter: m-pilia
Maintainer: m-pilia
Last Packager: m-pilia
Votes: 0
Popularity: 0.000000
First Submitted: 2019-11-21 18:43 (UTC)
Last Updated: 2020-04-23 19:33 (UTC)

Latest Comments

m-pilia commented on 2020-04-23 19:33 (UTC)

@flipflop97: It looks like an issue with pptk itself. This line

from pip._internal import wheel

is fishy. pip._internal is not public API and it not supposed to be used outside pip itself. I just checked and pip._internal.wheel does not exist in the current python-pip package. A quick glance at the git log shows that it was recently moved indeed.

I patched the PKGBUILD to work around this issue, but the compatibility_tags function will be moved again in a future release of pip, so it is just a matter of time before this breaks again.

I filed an issue upstream, but the project seems abandoned so I doubt it will be fixed.

flipflop97 commented on 2020-04-23 13:20 (UTC)

Hi, I got the following error while building:

Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    from pip._internal import wheel
ImportError: cannot import name 'wheel' from 'pip._internal' (/usr/lib/python3.8/site-packages/pip/_internal/__init__.py)