PyCharm, Python3.4
我是Python的初学者,已经开始使用pycharm-ide了。每当我运行一个程序时,我会在控制台中得到一长串错误,如下所示:
Exception in thread pydevd.CheckAliveThread: Traceback (most recent
call last): File
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py",
line 921, in _bootstrap_inner
self.run() File"/Applications/PyCharm CE.app/helpers/pydev/pydevd_comm.py", line 252, in run
self.OnRun() File"/Applications/PyCharm CE.app/helpers/pydev/pydevd.py", line 188, in OnRun
self.stop() File"/Applications/PyCharm CE.app/helpers/pydev/pydevd_comm.py", line 262, in stop
_Thread_stop(self) File"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py",
line 990, in _stop
assert not lock.locked() AssertionError
…
AssertionError Traceback (most recent call last): File
"/Applications/PyCharm CE.app/helpers/pydev/pydevd.py", line 997, in
trace_dispatch
if not t.isAlive(): File"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py",
line 1117, in is_alive
self._wait_for_tstate_lock(False) File"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py",
line 1073, in _wait_for_tstate_lock
assert self._is_stopped AssertionError
进程已完成,退出代码为0
程序运行,但每次都这样做真的很烦人。我怎么修这个?谢谢
Pycharm还不支持python 3.4,但是3.1版的支持即将在2014年初发布。这是博客文章的链接。
我建议你现在用3.3来做你的工作。
Jetbrain的追踪器上贴了一个bug。
我建议对这个bug进行投票,这样它就会受到关注。这个bug似乎描述了您看到的问题。我也看到了同样的问题,但现在我可以切换到python 3.3了。
3.1版现在可以使用,在专业版和"社区"版中都支持python 3.4。
尝试安装python 3.3(也许它对您有帮助)。您有Win64或Win32吗?