Open
Description
Dear all,
I tried on two different PCs (Win10, 64 bit), each with a fresh Python 3.12.2 installation to install within an active venv. I get the following error:
C:\Tmp\Develop>python -m venv venv
C:\Tmp\Develop>venv\Scripts\activate
(venv) C:\Tmp\Develop>python -m pip install pip --upgrade
Requirement already satisfied: pip in c:\tmp\develop\venv\lib\site-packages (24.0)
Collecting pip
Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-24.2-py3-none-any.whl (1.8 MB)
---------------------------------------- 1.8/1.8 MB 9.7 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 24.0
Uninstalling pip-24.0:
Successfully uninstalled pip-24.0
Successfully installed pip-24.2
(venv) C:\Tmp\Develop>pip freeze
(venv) C:\Tmp\Develop>pip list
Package Version
------- -------
pip 24.2
(venv) C:\Tmp\Develop>pip install tensorflow-io-gcs-filesystem
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem
C:\Tmp\Develop>python -VV
Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)]
Is this something I can fix by adjusting the requirements file of my package etc?
Best regards,
Juergen
Metadata
Metadata
Assignees
Labels
No labels
Activity