Advertisement
OfficialDNLegion

Untitled

Nov 8th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. warning: Debugger speedups using cython not found. Run '"E:\Python\python.exe" "C:\eclipse-committers-2018-09-win32\eclipse\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc\setup_cython.py" build_ext --inplace' to build.
  2. pydev debugger: starting (pid: 14788)
  3. Traceback (most recent call last):
  4. File "_pydevd_bundle\pydevd_cython_win32_37_32.pyx", line 134, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
  5. AttributeError: '_MainThread' object has no attribute 'additional_info'
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "C:\eclipse-committers-2018-09-win32\eclipse\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc\pydevd.py", line 1951, in <module>
  11. main()
  12. File "C:\eclipse-committers-2018-09-win32\eclipse\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc\pydevd.py", line 1945, in main
  13. globals = debugger.run(setup['file'], None, None, is_module)
  14. File "C:\eclipse-committers-2018-09-win32\eclipse\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc\pydevd.py", line 1295, in run
  15. self.notify_thread_created(thread_id, t)
  16. File "C:\eclipse-committers-2018-09-win32\eclipse\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc\pydevd.py", line 662, in notify_thread_created
  17. additional_info = set_additional_thread_info(thread)
  18. File "_pydevd_bundle\pydevd_cython_win32_37_32.pyx", line 138, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
  19. File "_pydevd_bundle\pydevd_cython_win32_37_32.pyx", line 147, in _pydevd_bundle.pydevd_cython_win32_37_32.set_additional_thread_info
  20. File "_pydevd_bundle\pydevd_cython_win32_37_32.pyx", line 95, in _pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo.__init__
  21. AttributeError: '_pydevd_bundle.pydevd_cython_win32_37_32.PyDBAdditionalThreadInfo' object has no attribute 'pydev_state'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement