当前位置:   article > 正文

python pip安装包使用PyPI国内源

pypi simple

python3安装的包

用国内资源如下:
阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) http://pypi.douban.com/simple/

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

from Crypto.Cipher import AES报错

  1. python 在 Windows下使用AES时要安装的是pycryptodome 模块
  2. pip install pycryptodome -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
  3. python 在 Linux下使用AES时要安装的是pycrypto模块
  4. pip install pycrypto -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/995271
推荐阅读
相关标签
  

闽ICP备14008679号