-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
ImportError: No module named ipython_genutils #3
Comments
If you did |
I did that, and I was still getting the error |
I also did that and still got the error. I had to explicitly list |
@nikolas can you share the output of the install command? |
And |
I had the same issue, python 2.7 on linux. Specifically adding |
Can anyone provide a complete example that reproduces the problem (including pip, setuptools, Python and OS version)? |
after install ipython with no complains, the output of
OS: win7 sp1 any helps? |
I'm still not sure how people get this.
That's quite old, it's recommended that you upgrade by running:
|
Following your instructions above, it complains "ImportError: No module named pathlib2", after |
Some full tracebacks with detailed architecture/system available at https://trac.sagemath.org/ticket/24088 |
I'm not really sure, but for those that is interested, in my case, the bug might be due to:
It ended up this import error due tu incompatibilities. |
I'm running Python 2.7 on Windows 7 x64. I installed ipython and jupyter with pip. When doing "ipython notebook" I got the error "ImportError: No module named ipython_genutils". I was able to fix this by downloading this repo and installing it "python setup.py install". Is this normal?
The text was updated successfully, but these errors were encountered: