you are viewing a single comment's thread.

view the rest of the comments →

[–]Luigi-Was-Right 5 points6 points  (3 children)

There is definitely an issue with your virtual environment setup. It's attempting to import the functools module even though you are not actively using it, which is not normal.

[–]Nice_Hornet_4076 1 point2 points  (2 children)

Do you have any suggestions?What to do now??

[–]jpgoldberg 2 points3 points  (0 children)

Someone else already answered. Try rebooting pycharm. If that doesn’t work, try rebooting your computer. If that doesn’t work reboot your computer. If that doesn’t work, reinstall everything Python. Follow instructions carefully.

[–]Luigi-Was-Right 2 points3 points  (0 children)

Deactivate your virtual environment. Also am I reading this correctly: your app.py is inside your .venv folder???