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.

2.4.3 release distribution is missing requirements.txt

See original GitHub issue

A few packages I’m using relies on troposphere, and I can see that you’ve released 2.4.3 a few hours ago. Prior to 2.4.3, everything ran fine, but since the release I’ve hit the following error:

Searching for troposphere>=1.9.0
Reading https://pypi.python.org/simple/troposphere/
Downloading https://files.pythonhosted.org/packages/ab/95/439170dd23e6fdc4b0f5c2336c59ecc84f9239d6e48e9c64ff22ec0b762b/troposphere-2.4.3.tar.gz#sha256=6b7d81ddc2749b797e0254e6cca1b62657af12b68ac12598eda48d78a1150276
Best match: troposphere 2.4.3
Processing troposphere-2.4.3.tar.gz
Writing /tmp/easy_install-l6kuad6y/troposphere-2.4.3/setup.cfg
Running troposphere-2.4.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-l6kuad6y/troposphere-2.4.3/egg-dist-tmp-d_ic4srn
error: [Errno 2] No such file or directory: '/tmp/easy_install-l6kuad6y/troposphere-2.4.3/requirements.txt'

I checked the distribution tarball and requirements.txt seems to be missing. Anything I can do on my end? Let me know if you need more info, thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
markpeekcommented, Feb 14, 2019

Again, sorry for the breakage. Pushed out Release 2.4.4 which fixes the issue. (Thanks @Linaa for confirmation!). I also opened this issue to add an install release step to prevent this from occurring in the future.

0reactions
staticfoxcommented, Feb 14, 2019

Thank you for the quick fix! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Could not find a version that satisfies the requirement ...
I'm installing several Python packages in Ubuntu 12.04 using the following requirements.txt file:
Read more >
pip-check-reqs - PyPI
pip -missing-reqs finds those modules so you can include them in the requirements. txt for the project.
Read more >
Errors while running pip install -r requirements.txt - MongoDB
I am getting these kinds of error while running pip install -r requirements.txt in virtualenv. Preparing wheel metadata … error ERROR: ...
Read more >
pip install - pip documentation v22.3.1
dev0 ) then pip will allow pre-release and development versions for that requirement. This does not include the != flag. The pip install...
Read more >
Manage dependencies using requirements.txt | IntelliJ IDEA ...
Define requirements · From the Tools menu, select Sync Python Requirements. · In the opened dialog, specify the name of the requirements file....
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