gpt4 book ai didi

python - 如何为确定的 python 版本安装 pycrypto 模块

转载 作者:行者123 更新时间:2023-12-04 18:34:45 25 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 13.04 x64 中安装“Userful MultiSeat-X64-5.0.1 ...”,并在安装结束时遇到以下错误:

File "<string>", line 6, in <module>
ImportError: No module named Crypto.Cipher

此消息意味着,没有 pycrypto 模块。

我应该如何安装它:
pip install pycrypto

但问题是 userful5 需要 python 2.6 才能工作,而 ubuntu 13.04 默认使用 python 2.7。我已经安装了 python 2.6,但我不知道如何为它安装 pycrypto 模块。
pip install pycrypto

返回:
Requirement already satisfied (use --upgrade to upgrade): pycrypto in /usr/lib/python2.7/dist-packages

据我了解,这个模块已经安装在 python 2.7 中
但是如何将它安装到 python 2.6?

最佳答案

你应该为 python2.6 使用 pip(或 easy_install)

pip-2.6 install pycrypto

使用 easy_install 获取 pip-2.6
easy_install-2.6 pip
pip-2.6 install pycrypto

关于python - 如何为确定的 python 版本安装 pycrypto 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16581278/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com