packages icon indicating copy to clipboard operation
packages copied to clipboard

Missing package: PyQt6

Open skpang opened this issue 3 years ago • 0 comments

Package name

pyqt6

Package version

all

PyPI URL

https://pypi.org/project/pyqt6/

piwheels URL

https://www.piwheels.org/project/pyqt6/

Python version

  • [ ] Python 3.5
  • [X] Python 3.7
  • [ ] Python 3.9

I am the maintainer

  • [ ] Yes

More information

pyqt6 won't install.

pi@raspberrypi:~ $ sudo pip3 install pyqt6 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyqt6 Downloading https://files.pythonhosted.org/packages/45/d6/36df7171a4cb00580a608bd92ce085f05fff5e04a74eeac0c52d7de0a584/PyQt6-6.2.3.tar.gz (1.0MB) 100% |████████████████████████████████| 1.0MB 416kB/s Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.7/tokenize.py", line 447, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-ycjjsaeo/pyqt6/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ycjjsaeo/pyqt6/

skpang avatar Apr 08 '22 20:04 skpang