Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation via pip does not work for python 3.12.2 #2044

Open
JB91451 opened this issue Jul 29, 2024 · 0 comments
Open

installation via pip does not work for python 3.12.2 #2044

JB91451 opened this issue Jul 29, 2024 · 0 comments

Comments

@JB91451
Copy link

JB91451 commented Jul 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant