Open mohamsh opened 7 years ago
It's finding an older version of IPython somewhere. Uninstall any copies of IPython you can find, and install the latest version again.
I'm trying to deploy my django blog site to pythonanywhere.com and when the whole app is deployed perfectly and the wsgi application is also set properly, in my main project "djangonautic/urls.py", upon writing from django.urls import path
, and when opening the site it says 'ImportError at / ', cannot import name 'path'
for your reference, I know that path
was not there in django 1.11 but I'm using django 2.0 on my local machine as well on the pythonanywhere.com , but the error still persists, I don't even know what other options should I try!!!
I have the same problem.
Yes me too, I installed keras today which installed some other packages and now I have this error. This is on Windows with anaconda 1.9.6. Anaconda was also just upgraded too. The error is appearing in the Ipython console of Spyder.
Apparently alot of other things are broken. Now telling me an error with pandas and no C file is built......
I'm trying to run Jupyter on a pyenv. I've followed the steps found in similar issues none of them helped. However, I still get the following error after uninstalling and installing
path.py
Can you help?