我之前运行良好的应用程序出现错误:
File "/usr/lib/python2.7/site-packages/cryptography/x509/__init__.py", line 7, in <module>
from cryptography.x509 import certificate_transparency
ImportError: cannot import name certificate_transparency
密码库的版本是 2.2.2,我提出该文件certificate_transparency.py
存在于所需的文件夹中。上述问题的根源可能是什么?
pip 10.0.1 from /home/serj/.local/lib/python2.7/site-packages/pip (python 2.7)