HWI icon indicating copy to clipboard operation
HWI copied to clipboard

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

Open grubles opened this issue 9 months ago • 0 comments

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'

grubles avatar Mar 10 '25 21:03 grubles