80126/error-traceback-most-recent-stdin-importerror-cannot-import
Tried to run command:
from django.urls import path
Getting error:
Traceback (most recent call last): File "< stdin >", line 1, in ImportError: cannot import name 'path']
Any help??
Hello @kartik,
You need Django version 2
pip install --upgrade django pip3 install --upgrade django python -m django --version # 2.0.2 python3 -m django --version # 2.0.2
Hope it helps!!
Thank You!!
Hi@akhtar, You need to upgrade your Numpy library. Your ...READ MORE
Hello, @R, As per the Beautiful Soup Documentation: AttributeError: 'NoneType' ...READ MORE
There's no module called "add" in random. ...READ MORE
add the following line on top of ...READ MORE
Hi, there is only that way and ...READ MORE
Hi all, with regard to the above ...READ MORE
Hello @kartik, To turn off foreign key constraint ...READ MORE
Hello @kartik, Let's say you have this important ...READ MORE
Hello @kartik, Upgrading the packages will resolve the ...READ MORE
Hello @kartik, You must have inadvertently upgraded your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.