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.

pip install is not working

See original GitHub issue

I was doing some python 2 tests and tried to pip install dask-jobqueue with the recently released version. That did not work:

$ pip install dask-jobqueue
Collecting dask-jobqueue
  Downloading https://files.pythonhosted.org/packages/01/0b/daa1abb1b3244e788acb94586b0b9a35953f62d6f2b1ccfb041a97a53c99/dask-jobqueue-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-adBjL5/dask-jobqueue/setup.py", line 8, in <module>
        with open('requirements.txt') as f:
    IOError: [Errno 2] No such file or directory: 'requirements.txt'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-adBjL5/dask-jobqueue/

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mrocklincommented, Apr 17, 2018

We probably need to include this in the MANIFEST.in file

On Tue, Apr 17, 2018 at 4:02 PM, Guillaume EB notifications@github.com wrote:

I was doing some python 2 tests and tried to pip install dask-jobqueue with the recently released version. That did not work:

$ pip install dask-jobqueue Collecting dask-jobqueue Downloading https://files.pythonhosted.org/packages/01/0b/daa1abb1b3244e788acb94586b0b9a35953f62d6f2b1ccfb041a97a53c99/dask-jobqueue-0.1.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-build-adBjL5/dask-jobqueue/setup.py”, line 8, in <module> with open(‘requirements.txt’) as f: IOError: [Errno 2] No such file or directory: ‘requirements.txt’

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-adBjL5/dask-jobqueue/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-jobqueue/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszHZaPvr3mv-_BhVCx6z02BVSm_woks5tpkpOgaJpZM4TY9UM .

0reactions
jakirkhamcommented, Apr 19, 2018

Bonus points if you add the commands you use to do the release somewhere!

Rever is your friend. Personally am quite new to it, but am already impressed by the power it provides to standardize these sorts of things across developers.

Read more comments on GitHub >

github_iconTop Results From Across the Web

4 Ways to Fix the Pip Install Not Working Issue
How to Fix the Pip Install Not Working Issue · Open Command Prompt. · Execute the command “python -v”. It will tell you...
Read more >
How To Fix PIP Install Not Working? - TechNewsToday
The most common reasons for issues with PIP installations is either that an incorrect PIP path is added to the PATH system variable,...
Read more >
How to Fix 'Pip' is Not Recognized as an Internal or External ...
This error usually means there's a problem with the Python installation or the system variable PATH is not set up correctly. Try reinstalling ......
Read more >
pip not working in Python Installation in Windows 10
So, just open a cmd and type pip --version and it should work as expected. If you call pip inside a Python executable...
Read more >
How to Install Pip on Windows - ActiveState
One of the most common problems with running Python tools like pip is the “not on PATH” error. This means that Python cannot...
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