-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Debugging works fine while "Debug Just My Code" is activated.
When I disable it to step into library code I encounter the following error message:
Exception has occurred: FileNotFoundError [WinError 3] The system cannot find the path specified: 'C:\\Users\\User\\AppData\\Roaming\\Python\\Python313\\site-packages' File "C:\Users\User\AppData\Local\miniforge3\envs\env\Lib\ntpath.py", line 726, in realpath path = _getfinalpathname(path) File "C:\Users\User\AppData\Local\miniforge3\envs\env\Lib\runpy.py", line 88, in _run_code exec(code, run_globals) File "C:\Users\User\AppData\Local\miniforge3\envs\env\Lib\runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\User\\AppData\\Roaming\\Python\\Python313\\site-packages'