Skip to content

installation via pip does not work for python 3.12.2 #2044

Open
@JB91451

Description

@JB91451

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions