Код: Выделить всё
AttributeError: '_MainThread' object has no attribute 'isAlive'. Did you mean: 'is_alive'?
Код: Выделить всё
C:\projects\mat\venv\Scripts\python.exe -X pycache_prefix=C:\Users\mylogin\AppData\Local\JetBrains\IntelliJIdea2024.1\cpython-cache C:/Users/mylogin/AppData/Roaming/JetBrains/IntelliJIdea2024.1/plugins/python/helpers/pydev/pydevd.py --multiprocess --qt-support=pyqt5 --client 127.0.0.1 --port 4095 --file C:\projects\mat\org\aa\aa\mat\delivery_processor.py
Connected to pydev debugger (build 241.18034.62)
Traceback (most recent call last):
File "C:\Users\mylogin\AppData\Roaming\JetBrains\IntelliJIdea2024.1\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_pep_669_tracing.py", line 238, in py_start_callback
if not is_thread_alive(thread):
~~~~~~~~~~~~~~~^^^^^^^^
File "C:\Users\mylogin\AppData\Roaming\JetBrains\IntelliJIdea2024.1\plugins\python\helpers\pydev\_pydev_bundle\pydev_is_thread_alive.py", line 18, in is_thread_alive
return t.isAlive()
^^^^^^^^^
AttributeError: 'WriterThread' object has no attribute 'isAlive'. Did you mean: 'is_alive'?

Как мне настроить среду IntelliJ для отладки? Я бы не хотел понижать версию Python.
Подробнее здесь: https://stackoverflow.com/questions/794 ... -in-intell
Мобильная версия