Can't update
I'm running version 2020.2.3 on Fedora 33 and can't update. I get the update prompt and say to update. It downloads and restarts, but then I can't debug any longer and get the errors below. I'm reverted the system to it's original state before the update and try again and then tried weeks later and get the same result. There is no obvious error when updating but then debugging is not possible. Any ideas what this error means, this is was seen whenever trying to update:
/usr/bin/python /home/penguin/pycharm-community/plugins/python-ce/helpers/pydev/pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 36631 --file /home/penguin/flamingo/hopes/newHope.py
Traceback (most recent call last):
File "/home/penguin/pycharm-community/plugins/python-ce/helpers/pydev/pydevd.py", line 51, in <module>
from _pydevd_frame_eval.pydevd_frame_eval_main import (
File "/home/penguin/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py", line 50, in <module>
from _pydevd_frame_eval.pydevd_frame_eval_cython_wrapper import frame_eval_func, stop_frame_eval, dummy_trace_dispatch, clear_thread_local_info
File "/home/penguin/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py", line 56, in <module>
clear_thread_local_info = mod.clear_thread_local_info_py
AttributeError: module '_pydevd_frame_eval_ext.pydevd_frame_evaluator_py39' has no attribute 'clear_thread_local_info_py'
Process finished with exit code 1
Please sign in to leave a comment.
Hello,
Please see https://youtrack.jetbrains.com/issue/PY-45771
For the workaround remove Cython speedups with
That worked, thank you. I will not update the cython extensions until 2020.3.1