Working directory error

前端 未结 10 1026
无人共我
无人共我 2021-01-30 22:04

I am working with PyCharm 4.04. Since I installed it, every time I open it, as default directory I get this:

C:\\Users\\Laura\\AppData\\Local\\Temp\\main.

10条回答
  •  青春惊慌失措
    2021-01-30 22:46

    i had the same issue, the error comes up when i want to upgrade my packages and when i run my project "this FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\youruser\AppData\Local\Temp\gen_py\3.7\__init__.py'" i found that the Temp file in C:\Users\youruser\AppData\Local was corrupt and it was fixed by deleting the "Temp" file, once deleted it will automatically create a new one with "gen_py" in it

提交回复
热议问题