使用'pip install << package >>'引发ffiplatform.VerificationError(error)

时间:2019-04-10 17:52:07

标签: python pip cvxopt

尝试使用pip安装cvxopt软件包会生成以下错误消息-如何避免这种情况?其他任何软件包也都会失败,并显示以下消息:

raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing '//anaconda/lib/python2.7/site-packages/cryptography/_Cryptography_cffi_4ed9e37dx4000d087.so': dlopen(//anaconda/lib/python2.7/site-packages/cryptography/_Cryptography_cffi_4ed9e37dx4000d087.so, 2): Library not loaded: @loader_path/../../../libcrypto.1.0.0.dylib
  Referenced from: //anaconda/lib/python2.7/site-packages/cryptography/_Cryptography_cffi_4ed9e37dx4000d087.so
  Reason: image not found

0 个答案:

没有答案