作者小头像 Lv.1
51 成长值

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

人工智能
个人勋章
TA还没获得勋章~
成长雷达
0
6
0
45
0

个人资料

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

人工智能

达成规则

发布时间 2021/11/06 10:40:12 最后回复 tao_云深不知处 2021/11/19 10:51:06 版块 昇腾
717 3 0
他的回复:
同样的问题:>>> import selectors# /usr/local/python3.7.5/lib/python3.7/__pycache__/selectors.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/selectors.py# code object from '/usr/local/python3.7.5/lib/python3.7/__pycache__/selectors.cpython-37.pyc'# /usr/local/python3.7.5/lib/python3.7/collections/__pycache__/__init__.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/collections/__init__.py# code object from '/usr/local/python3.7.5/lib/python3.7/collections/__pycache__/__init__.cpython-37.pyc'# /usr/local/python3.7.5/lib/python3.7/__pycache__/operator.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/operator.py# code object from '/usr/local/python3.7.5/lib/python3.7/__pycache__/operator.cpython-37.pyc'import '_operator' # import 'operator' # _frozen_importlib_external.SourceFileLoader object at 0xffffb37a6c90># /usr/local/python3.7.5/lib/python3.7/__pycache__/keyword.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/keyword.py# code object from '/usr/local/python3.7.5/lib/python3.7/__pycache__/keyword.cpython-37.pyc'import 'keyword' # _frozen_importlib_external.SourceFileLoader object at 0xffffb37a99d0># /usr/local/python3.7.5/lib/python3.7/__pycache__/heapq.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/heapq.py# code object from '/usr/local/python3.7.5/lib/python3.7/__pycache__/heapq.cpython-37.pyc'import 'heapq' # _frozen_importlib_external.SourceFileLoader object at 0xffffb373a4d0>import 'itertools' # # /usr/local/python3.7.5/lib/python3.7/__pycache__/reprlib.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/reprlib.py# code object from '/usr/local/python3.7.5/lib/python3.7/__pycache__/reprlib.cpython-37.pyc'import 'reprlib' # _frozen_importlib_external.SourceFileLoader object at 0xffffb3730690>import '_collections' # import 'collections' # _frozen_importlib_external.SourceFileLoader object at 0xffffb3786790># /usr/local/python3.7.5/lib/python3.7/collections/__pycache__/abc.cpython-37.pyc matches /usr/local/python3.7.5/lib/python3.7/collections/abc.py# code object from '/usr/local/python3.7.5/lib/python3.7/collections/__pycache__/abc.cpython-37.pyc'import 'collections.abc' # _frozen_importlib_external.SourceFileLoader object at 0xffffb3731350>Traceback (most recent call last):  File "", line 1, in   File "", line 983, in _find_and_load  File "", line 967, in _find_and_load_unlocked  File "", line 677, in _load_unlocked  File "", line 728, in exec_module  File "", line 219, in _call_with_frames_removed  File "/usr/local/python3.7.5/lib/python3.7/selectors.py", line 11, in     import math  File "", line 983, in _find_and_load  File "", line 965, in _find_and_load_unlockedModuleNotFoundError: No module named 'math'>>>