Yesterday I updated my python, this caused my debugger to not function properly.
I keep getting the following error in output:
-------------------------------------------------------------------------------
pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
pydev debugger: Related bug: http://bugs.python.org/issue1666807
-------------------------------------------------------------------------------
Connected to pydev debugger (build 222.4459.20)
pydev debugger: Unable to find real location for: <frozen codecs>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external>
pydev debugger: Unable to find real location for: <frozen zipimport>
pydev debugger: Unable to find real location for: <frozen ntpath>
pydev debugger: Unable to find real location for: <frozen genericpath>
pydev debugger: Unable to find real location for: <frozen os>
pydev debugger: Unable to find real location for: <frozen _collections_abc>
pydev debugger: Unable to find real location for: <string>
pydev debugger: Unable to find real location for: <frozen abc>
pydev debugger: Unable to find real location for: <__array_function__ internals>
pydev debugger: Unable to find real location for: <frozen io>
pydev debugger: Unable to find real location for: <decorator-gen-0>
pydev debugger: Unable to find real location for: <decorator-gen-1>
pydev debugger: Unable to find real location for: <decorator-gen-2>
pydev debugger: Unable to find real location for: <decorator-gen-3>
pydev debugger: Unable to find real location for: <decorator-gen-4>
pydev debugger: Unable to find real location for: <decorator-gen-5>
pydev debugger: Unable to find real location for: <decorator-gen-6>
pydev debugger: Unable to find real location for: <frozen importlib.util>
pydev debugger: Unable to find real location for: <frozen runpy>
pydev debugger: Unable to find real location for: <decorator-gen-7>
pydev debugger: Unable to find real location for: <decorator-gen-8>
pydev debugger: Unable to find real location for: <decorator-gen-9>
pydev debugger: Unable to find real location for: <decorator-gen-10>
What can be done to fix it?
I Tried to freshly install Python and Pycharm. nothing really changed.