admin管理员组

文章数量:1401774

I have this issue when launching Spyder from Anaconda:

Traceback (most recent call last):
  File "C:\Documents\anaconda3\Scripts\spyder-script.py", line 6, in <module>
    from spyder.app.start import main
  File "C:\Documents\anaconda3\Lib\site-packages\spyder\app\start.py", line 21, in <module>
    import ctypes
ModuleNotFoundError: No module named 'ctypes'

Can anyone please help me what is the issue? Thank you very much in advance!

本文标签: pythonSpyder can39t start because quotModuleNotFoundError No module named 39ctypes39quotStack Overflow