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

Install problems #15

Closed
nthbooth opened this issue Aug 27, 2017 · 2 comments
Closed

Install problems #15

nthbooth opened this issue Aug 27, 2017 · 2 comments

Comments

@nthbooth
Copy link

nthbooth commented Aug 27, 2017

When running Make against the repository clone I get the following message:
Collecting json (from -r requirements.txt (line 1))
Using cached json-99.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-uKjNmz/json/setup.py", line 2, in
raise RuntimeError("Package 'json' must not be downloaded from pypi")
RuntimeError: Package 'json' must not be downloaded from pypi

I have been trying to track down the module but have not yet been able to if there is anyone else who has come across this issue and located the module it would be great to know.

Platform:
Ubuntu xenial - Linux pan 4.4.38-v7+ #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l armv7l armv7l GNU/Linux

I have tried this with
Python 2.7.12 and Python 3.5.2 both version of pip can't locate the module json (well they can but get the stub which does not help identify where I can install it from. The Stubs setup.py just inclusdes "raise RuntimeError("Package 'json' must not be downloaded from pypi")"

Any help would be appreciated.

Nick

@jeffreydwalter
Copy link
Owner

Hey @bg214884, I had the json package in my requirements.txt file which was not needed. I removed it so you should be good to go now.

Please let me know if that fixed your problem.

Thanks!
Jeff

@jeffreydwalter
Copy link
Owner

@bg214884 I'm closing this since I haven't heard back from you. The issue should be fixed, but if you're still having issues please open a new issue. Thanks!

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