2.4.3 release distribution is missing requirements.txt
See original GitHub issueA 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:
- Created 5 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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.
Thank you for the quick fix! 😃