[Bug] comments in python requirements.txt breaks installation process as the pip install takes line by line
See original GitHub issueTo report a bug, fill in the information below. For support and feature requests, please use the discussion forum: https://discuss.hail.is/
Please include the full Hail version and as much detail as possible.
Hail commit version: 5852a71e9e23
Error received:
amazon-ebs: cd build/deploy; python3 setup.py -q sdist bdist_wheel
amazon-ebs: sed '/^pyspark/d' python/requirements.txt \| xargs python3 -m pip install -U
==> amazon-ebs: ERROR: Invalid requirement: '#'
==> amazon-ebs: make: *** [install-on-cluster] Error 123
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
[BUG] 61.0.0 breaks "setup.py install" by missing ... - GitHub
The issue is that the "setup.py install" command successfully installs the pywbem package, but upon import it turns out that dependent packages ...
Read more >Stop pip from failing on single package when installing with ...
This solution handles empty lines, whitespace lines, # comment lines, whitespace-then-# comment lines in your requirements.txt.
Read more >User Guide - pip documentation v22.3.1
When installing packages from PyPI, pip requires internet access, which in many corporate environments requires an outbound HTTP proxy server.
Read more >Porting Python 2 Code to Python 3 — Python 3.11.1 ...
Note: Using python -m pip install guarantees that the pip you invoke is the one installed for the Python currently in use, whether...
Read more >pipenv Documentation - Read the Docs
Generates and checks file hashes for locked dependencies when installing from Pipfile.lock. • Automatically install required Python version when pyenv is ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#10371 should fix
The fix landed after the tagged 0.2.65 release. Can you share the git commit hash that’s failing?