-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Installing simplejson kills pip on anaconda #197
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
Comments
Ah, bummer. Yeah, we wanted to unify the install process. Do you know of a way to have pip optionally install something depending on the python version? |
@scjody , I think a good non-hacky workaround is to allow installing like this: pip install plolty[PY2.6] Then, we can just check and shoot out a warning explaining that. |
Great idea! |
achimnol
added a commit
to lablup/backend.ai-client-py
that referenced
this issue
Nov 1, 2017
* On some rare cases, Windows installation interferes with simplejson package. Guide the users to install a pre-built binary when they encounter this issue. - ContinuumIO/anaconda-issues#291 - ContinuumIO/anaconda-issues#238 - plotly/plotly.py#197
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@theengineear, from: http://stackoverflow.com/questions/28751216/plotly-killed-my-python-install?nah=1#28754036
Python 3.4 on Windows via Anaconda 2.1.0: installing simplejson (which is pulled in by Plotly's requirements.txt) kills pip:
Can we not install simplejson unless it's really needed (Python 2.6 systems)? Or is there another way we can work around this Anaconda issue? (Logged for Anaconda as: ContinuumIO/anaconda-issues#238 )
The text was updated successfully, but these errors were encountered: