【发布时间】:2020-11-13 23:14:12
【问题描述】:
我正在使用 conjur-client==0.1.0 和 conjur==0.4.4,python 3.8。异常消息看起来像
File "/usr/local/lib/python3.8/site-packages/conjur/__init__.py", line 22, in <module>
from config import Config
ModuleNotFoundError: 没有名为“config”的模块
到目前为止,我尝试将 python 版本更改为 3.7,将 conjur 版本更改为旧版本,但没有成功。 这可能是什么问题?
【问题讨论】:
标签: python modulenotfounderror