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

Installation fails latest version of pip #3

Closed
Jakob37 opened this issue May 29, 2018 · 1 comment
Closed

Installation fails latest version of pip #3

Jakob37 opened this issue May 29, 2018 · 1 comment

Comments

@Jakob37
Copy link

Jakob37 commented May 29, 2018

I attempt installation by running:

$ pip install jupyter-runner
Collecting jupyter-runner
  Downloading https://files.pythonhosted.org/packages/ba/04/2d2c77714fedd6938d9b072f217fc9354c025ed9c0993e303c83e04be0d2/jupyter_runner-0.3.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-install-oayt2fcc/jupyter-runner/setup.py", line 4, in <module>
        from pip.req import parse_requirements
    ModuleNotFoundError: No module named 'pip.req'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-oayt2fcc/jupyter-runner/

I run pip version 10.0.1.

$ pip --version
pip 10.0.1 from /usr/local/anaconda/lib/python3.6/site-packages/pip (python 3.6)

I believe it is related to the following issue:

capless/warrant#96

@omar-masmoudi
Copy link
Owner

Fixed in latest version (0.4.0)

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

2 participants