Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Python 3.7.3 中使用 pip 安装“ase”(原子模拟模块)模块后,使用 python shell 导入模块失败,尽管它在 pip 列表中找到。
>>> import ase Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import ase ModuleNotFoundError: No module named 'ase'