question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] comments in python requirements.txt breaks installation process as the pip install takes line by line

See original GitHub issue

To 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:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
tpoterbacommented, Apr 26, 2021

#10371 should fix

0reactions
tpoterbacommented, Apr 29, 2021

The fix landed after the tagged 0.2.65 release. Can you share the git commit hash that’s failing?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found