首先,在非 venv 下 pip install pycrypto,之后在 python 中 import Crypto,成功;
之后 . venv/bin/activate (which python 显示虚环境已成功激活),
再 pip install pycrypto,之后在 python 中 import Crypto,报错
ImportError: No module named Crypto
会是什么原因呢?
之后 . venv/bin/activate (which python 显示虚环境已成功激活),
再 pip install pycrypto,之后在 python 中 import Crypto,报错
ImportError: No module named Crypto
会是什么原因呢?
