byuccl / spydrnet-tmr

TMR utilities for the SpyDrNet project
https://byuccl.github.io/spydrnet-tmr/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

pip install issues #34

Open AEW2015 opened 3 months ago

AEW2015 commented 3 months ago

I am trying to install on windows and I am getting this issues: Windows 10 Python 3.11.8

Processing c:\git\tmr_tmp
  Preparing metadata (setup.py) ... done
Requirement already satisfied: spydrnet<2,>=1.4 in c:\users\lavat\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from spydrnet-tmr===UNSPECIFIED) (1.13.0)
Requirement already satisfied: pyyaml in c:\users\lavat\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from spydrnet-tmr===UNSPECIFIED) (6.0.1)
Building wheels for collected packages: spydrnet-tmr
  Building wheel for spydrnet-tmr (setup.py) ... done
  Created wheel for spydrnet-tmr: filename=spydrnet_tmr-UNSPECIFIED-py3-none-any.whl size=2476141 sha256=82682ccb3bdc2faef3e4e28eac3e1770ba3fb0cbf3c341b1c5d69d36d94b0b7f
  Stored in directory: C:\Users\lavat\AppData\Local\Temp\pip-ephem-wheel-cache-imqzdjdu\wheels\0a\9a\46\b068a7abe1da24b5fc1322706b8340aa31374e6798790499f4
  WARNING: Built wheel for spydrnet-tmr is invalid: Metadata 1.2 mandates PEP 440 version, but 'UNSPECIFIED' is not
Failed to build spydrnet-tmr
ERROR: Could not build wheels for spydrnet-tmr, which is required to install pyproject.toml-based projects
AEW2015 commented 3 months ago

More info with python3 ./setup.py install


operable program or batch file.```

Quick fix was manually setting the Version to 1.4.0