-
Notifications
You must be signed in to change notification settings - Fork 614
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
simplejson module not found #19
Comments
Try installing the dependencies using 'pip install -e . 'and then run the python script again. |
I'm getting the same issue and knew that the installation had gone wrong. This is going to be long but this is all of the issues I receive when I 'pip install -e .' Everything up to the point below runs smoothly until I hit this point. Any idea what's the issue? "DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. |
Anyone have any idea on this? |
I fixed it on line 10 using
|
Hey, I came across your codebase, and I'm interested in using your json_to_csv_converter.py file to convert the .json files to .csv files from the yelp data challenge. However, when I try to run it, it can't locate where the simplejson module is. I was just wondering where that file was or how I could find it.
Thanks!
The text was updated successfully, but these errors were encountered: