Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
6.7.0
-
macOS 13.5.2, Python 3.12
Description
The log below is from macOS. PYSIDE-2634 shows the same problem on Windows.
(py3.12-pyside6.7) USER@MACHINE ~ % pip install qtpip Collecting qtpip Downloading qtpip-0.1.1-py3-none-macosx_10_9_universal2.whl.metadata (977 bytes) Downloading qtpip-0.1.1-py3-none-macosx_10_9_universal2.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 2.2 MB/s eta 0:00:00 Installing collected packages: qtpip Successfully installed qtpip-0.1.1 (py3.12-pyside6.7) USER@MACHINE ~ % qtpip install pyside6 [INFO] Commercial License found [INFO] Starting downloading wheels [INFO] Downloading wheels (1/5) : "6.7.0-202404090846PySide6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl.7z" [INFO] Downloading wheels (2/5) : "6.7.0-202404090846shiboken6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl.7z" [INFO] Downloading wheels (3/5) : "6.7.0-202404090846PySide6_M2M-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl.7z" [INFO] Downloading wheels (4/5) : "6.7.0-202404090846PySide6_Essentials-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl.7z" [INFO] Downloading wheels (5/5) : "6.7.0-202404090846PySide6_Addons-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl.7z" [INFO] Unpacking packages for installing them, this might take some seconds. WARNING: Requirement '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' looks like a filename, but the file does not exist WARNING: Requirement '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/shiboken6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' looks like a filename, but the file does not exist WARNING: Requirement '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6_M2M-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' looks like a filename, but the file does not exist WARNING: Requirement '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6_Essentials-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' looks like a filename, but the file does not exist WARNING: Requirement '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6_Addons-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' looks like a filename, but the file does not exist ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl' Processing /Users/USER/Library/Caches/qtpip/QtForPython/6.7.0/PySide6-6.7.0.commercial-cp39-abi3-macosx_11_0_universal2.whl /Users/USER/py-venv/py3.12-pyside6.7/bin/pip returned 1 [ERROR] Wheel installation failed.
Workaround
Manually copy (or rename) the files to change '+' to '.' and re-run the command
Attachments
Issue Links
- relates to
-
PYSIDE-2773 qtpip cannot install PySide6 on Windows 10 + Python 3.11 + pip 24.0
- Closed
- split from
-
PYSIDE-2634 qtpip cannot install PySide6 on Windows 10 + Python 3.8 + pip 24.0
- Closed