Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install is not working #36

Closed
guillaumeeb opened this issue Apr 17, 2018 · 8 comments
Closed

pip install is not working #36

guillaumeeb opened this issue Apr 17, 2018 · 8 comments

Comments

@guillaumeeb
Copy link
Member

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/
@mrocklin
Copy link
Member

mrocklin commented Apr 17, 2018 via email

@lesteve
Copy link
Member

lesteve commented Apr 18, 2018

cf1ade0 should fix it.

@lesteve
Copy link
Member

lesteve commented Apr 18, 2018

I guess we need to make a new release to close this issue. @jhamman would you have time to do it? It would probably take you less time than me since you did it very recently ...

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

@lesteve
Copy link
Member

lesteve commented Apr 18, 2018

We may as well fix the python2 issue #35 before doing a new release while we are at it!

@jhamman
Copy link
Member

jhamman commented Apr 18, 2018

I can create a new release but let's get the python2 issues fixed first. I'll also document the release process at that time.

@lesteve lesteve closed this as completed Apr 19, 2018
@jakirkham
Copy link
Member

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.

@ChenxiXiao
Copy link

@jakirkham @jhamman @lesteve I am seeing this error again when installing dask with 3.11.5 Python and Pip 23.2.1.pip23.3.1

@guillaumeeb
Copy link
Member Author

@ChenxiXiao if you are still getting an issue, could you open a new ticket with a reproducer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants