conjur python api thorwing ModuleNotFoundError: No module named 'config'
conjur python api thorwing ModuleNotFoundError: No module named 'config'
我正在使用 conjur-client==0.1.0 和 conjur==0.4.4,python3.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 上同时安装 conjur
和 conjur-client
3.
基于https://pypi.org/project/Conjur/:
If you are looking for Python3 API client, please go to our new project page at https://github.com/cyberark/conjur-api-python3.
IMPORTANT: THIS API CLIENT IS NOT CURRENTLY ACTIVELY BEING SUPPORTED
Python 3 客户端只是 conjur-client
。 https://pypi.org/project/conjur-client/
我正在使用 conjur-client==0.1.0 和 conjur==0.4.4,python3.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 上同时安装 conjur
和 conjur-client
3.
基于https://pypi.org/project/Conjur/:
If you are looking for Python3 API client, please go to our new project page at https://github.com/cyberark/conjur-api-python3.
IMPORTANT: THIS API CLIENT IS NOT CURRENTLY ACTIVELY BEING SUPPORTED
Python 3 客户端只是 conjur-client
。 https://pypi.org/project/conjur-client/