We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixed in latest version (0.4.0)
Sorry, something went wrong.
No branches or pull requests
I attempt installation by running:
I run pip version 10.0.1.
I believe it is related to the following issue:
capless/warrant#96
The text was updated successfully, but these errors were encountered: