我正在使用
当我使用Visual Studio构建的交互式环境时,我即将"随机导入"没问题
当我运行代码(没有调试器)时,我收到以下错误
Traceback (most recent call last):
File "C:\Users\Andy Slater\github\Introduction to Python Fundamentals\Introduction to Python Fundamentals\sorting.py", line 149, in <module>
import random
File "C:\Program Files\Python36\lib\random.py", line 41, in <module>
from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
ImportError: cannot import name 'MethodType'
答案 0 :(得分:0)
我不是专业人士,但我认为你有依赖问题。你在python目录中搞砸了吗?随机附带标准库,类型也是如此。您可以尝试卸载并重新安装python或更新它。您也可以尝试查看是否可以直接点击安装'类型'