-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Pip 10 compatibility issues #492
Comments
I meet this issues too.
|
Please use pip 9.0.x for now while this problem is being looked at. |
In pip 10, all API has moved to try:
pip._internal import main
except ImportError:
from pip import main As the private module |
@chfw when use pip with 9.0.1 has this bug:
and then, I upgrade pip version to 10.0.0, and I when this Pip 10 compatibility issues |
jupyter-echarts-pypkg 0.1.1 is released to fix this problem |
I think pip 10.0.1 fixed compatibility issues,this Here is my operation: |
Will have to wait for pyecharts 0.5.0 |
ok,thx~ |
should be resolved now. |
pip install pyecharts
………………………………
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/private/var/folders/gm/r2k_qp3s35v53j9msmmzq27w0000gn/T/pip-install-0m_ddcew/jupyter-echarts-pypkg/setup.py", line 8, in
from pyecharts_jupyter_installer import install_cmd_for
ModuleNotFoundError: No module named 'pyecharts_jupyter_installer'
The text was updated successfully, but these errors were encountered: