相对较新的 Python 我使用 Pipenv 创建了一个项目,该项目使用 xmltodict 模块。我看过一些类似的问题,但找不到我需要做什么。
我使用 pipenv 安装了 xmltodict 模块,但我仍然收到以下错误:
Traceback (most recent call last):
File "./storagereport.py", line 12, in <module>
import xmltodict
ImportError: No module named 'xmltodict'
Pipenv 显示模块已安装:
$ pipenv graph
xmltodict==0.12.0
任何人都可以帮忙吗?