AttributeError can't get attribute on module pydevd

Hi:

 

I encounter a problem and the error shows as following:

Exception in thread Thread-16:
Traceback (most recent call last):
File "D:\ProgramData\Anaconda3_4.4.0\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "D:\ProgramData\Anaconda3_4.4.0\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "D:\ProgramData\Anaconda3_4.4.0\lib\multiprocessing\pool.py", line 429, in _handle_results
task = get()
File "D:\ProgramData\Anaconda3_4.4.0\lib\multiprocessing\connection.py", line 251, in recv
return _ForkingPickler.loads(buf.getbuffer())
AttributeError: Can't get attribute 'Entry1' on <module 'pydevd' from 'D:\\Program Files\\JetBrains\\PyCharm Community Edition 2017.2.2\\helpers\\pydev\\pydevd.py'>

 

I tried the same code in idle and it works fine. I am using pycharm community edition 2017.2.3

Any help please?

 

-1

Please sign in to leave a comment.