dod-advana / gamechanger-data

GAMECHANGER aspires to be the Department’s trusted solution for evidence-based, data-driven decision-making across the universe of DoD requirements
MIT License
27 stars 17 forks source link

dev_tools/requirements/rhel8.locked.requirements.txt fails to build with existing requirements #283

Open neofob opened 1 year ago

neofob commented 1 year ago

Current gamechangerml package download from from github, UOT-117914.zip, fails to build with the docker file dev_tools/requirements/rhel8.locked.requirements.txt.

#19 45.04 Collecting gamechangerml@ https://github.com/dod-advana/gamechanger-ml/archive/refs/heads/task/UOT-117914.zip (from -r /tmp/requirements.txt (line 38))
#19 45.63   Downloading https://github.com/dod-advana/gamechanger-ml/archive/refs/heads/task/UOT-117914.zip
#19 50.85      - 23.8 MB 11.3 MB/s 0:00:05
#19 51.14   Preparing metadata (setup.py): started
#19 51.24   Preparing metadata (setup.py): finished with status 'error'
#19 51.25   error: subprocess-exited-with-error
#19 51.25   
#19 51.25   × python setup.py egg_info did not run successfully.
#19 51.25   │ exit code: 1
#19 51.25   ╰─> [1 lines of output]
#19 51.25       error in gamechangerml setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6.*'
#19 51.25       [end of output]
#19 51.25   
#19 51.25   note: This error originates from a subprocess, and is likely not a problem with pip.
#19 51.25 error: metadata-generation-failed
#19 51.25 
#19 51.25 × Encountered error while generating package metadata.
#19 51.25 ╰─> See above for output.
#19 51.25 
#19 51.25 note: This is an issue with the package mentioned above, not pip.