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

ERROR: Package 'hwi' requires a different Python: 3.13.2 not in '<3.13,>=3.8' #778

Open
grubles opened this issue Mar 10, 2025 · 0 comments

Comments

@grubles
Copy link

grubles commented Mar 10, 2025

Fedora 41's python is too new?

user@fedora:~/builds/hwi$ pip install .
Defaulting to user installation because normal site-packages is not writeable
Processing /home/user/builds/hwi
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting cbor2<6.0.0,>=5.4.6 (from hwi==3.1.0)
  Downloading cbor2-5.6.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB)
Collecting ecdsa<1,>=0 (from hwi==3.1.0)
  Downloading ecdsa-0.19.0-py2.py3-none-any.whl.metadata (29 kB)
Collecting hidapi>=0.14.0 (from hwi==3.1.0)
  Downloading hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.6 kB)
Collecting libusb1<4,>=1.7 (from hwi==3.1.0)
  Downloading libusb1-3.3.0-py3-none-any.whl.metadata (16 kB)
Collecting mnemonic<1,>=0 (from hwi==3.1.0)
  Downloading mnemonic-0.21-py3-none-any.whl.metadata (3.4 kB)
Collecting noiseprotocol<0.4.0,>=0.3.1 (from hwi==3.1.0)
  Downloading noiseprotocol-0.3.1-py3-none-any.whl.metadata (1.0 kB)
Collecting protobuf<5.0.0,>=4.23.3 (from hwi==3.1.0)
  Downloading protobuf-4.25.6-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
Collecting pyaes<2.0,>=1.6 (from hwi==3.1.0)
  Downloading pyaes-1.6.1.tar.gz (28 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting pyserial<4.0,>=3.5 (from hwi==3.1.0)
  Downloading pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)
Collecting semver<4.0.0,>=3.0.1 (from hwi==3.1.0)
  Downloading semver-3.0.4-py3-none-any.whl.metadata (6.8 kB)
Requirement already satisfied: typing-extensions<5.0,>=4.4 in /home/user/.local/lib/python3.13/site-packages (from hwi==3.1.0) (4.12.2)
INFO: pip is looking at multiple versions of hwi to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'hwi' requires a different Python: 3.13.2 not in '<3.13,>=3.8'
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