当前位置:网站首页>PIP version problems: PIP problems still occur when installing akshare and using Tsinghua source and Douban source
PIP version problems: PIP problems still occur when installing akshare and using Tsinghua source and Douban source
2022-07-01 17:36:00 【Son, wake up】
One 、 Problem description :
Using the following method to install all failed
① Installation command :pip install akshare
② Additional source installation commands :pip install akshare -i https://pypi.tuna.tsinghua.edu.cn/simple
③ Additional Douban source installation command :pip install akshare -i https://pypi.douban.com/simple/
Two 、 preparation :
I have one “Anaconda Create a python36 Environmental Science ”, If so, skip the preparatory work
Specific steps :
① Use "win+r" Open Command Prompt 、 Input "cmd" enter
② establish python=3.6 Version environment , named python36
conda create -n python36 python=3.6
3、 ... and 、 Problem solution :
Tips for the above questions : Timeout problem :timeout( The net is not good )pip problem ( Maybe it's about updates )
First use the following two methods to update :( First, I didn't succeed )
①easy_install -i https://pypi.doubanio.com/simple/ --upgrade pip
②python -m pip install -i http://pypi.douban.com/simple/ --upgrade pip --trusted-host=pypi.douban.com
1) open Anaconda Prompt
2) Input instruction , Get into python36 Environmental Science ( Activate the environment ):
conda activate python36
3) It can be installed quickly and well with the following instructions :(--trusted-host pypi.douban.com It can be understood that the trust option is added )
pip install akshare -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
notes : among “akshare” Is the package name I installed , To install other packages , Just put the “akshare” Change to the package name to be installed , The other is constant .
边栏推荐
- 开发那些事儿:EasyCVR集群设备管理页面功能展示优化
- Vulnhub range hacker_ Kid-v1.0.1
- Report on research and investment prospects of China's silicon nitride ceramic substrate industry (2022 Edition)
- (十七)DAC转换实验
- PHP实现敏感词过滤系统「建议收藏」
- Oom caused by improper use of multithreading
- How to use etcd to realize distributed /etc directory
- Is it safe to open an ETF account online? What are the steps?
- vulnhub靶场-hacksudo - Thor
- 麦趣尔:媒体报道所涉两批次产品已下架封存,受理消费者诉求
猜你喜欢

ACL 2022 | decomposed meta learning small sample named entity recognition

Cookies and session keeping technology

Enter wechat applet

【C补充】【字符串】按日期排序显示一个月的日程

June issue | antdb database participated in the preparation of the "Database Development Research Report" and appeared on the list of information technology and entrepreneurship industries

【splishsplash】关于如何在GUI和json上接收/显示用户参数、MVC模式和GenParam

多线程并发之CountDownLatch阻塞等待

New patent applications and transfers

SQL injection vulnerability (MySQL and MSSQL features)

Why should you consider using prism
随机推荐
Shenyu gateway development: enable and run locally
中国酶制剂市场预测与投资战略研究报告(2022版)
New 95 community system whole station source code
英特尔开源深度学习工具库 OpenVINO,将加大与本土软硬件方合作,持续开放
Computed property “xxx“ was assigned to but it has no setter.
Pyqt5, draw a histogram on the control
如何写出好代码 — 防御式编程指南
How to write good code - Defensive Programming Guide
New patent applications and transfers
Redis -- data type and operation
期货先锋这个软件正规吗安全吗?选择哪家期货公司更安全?
可迭代对象与迭代器、生成器的区别与联系
[C language foundation] 12 strings
6月刊 | AntDB数据库参与编写《数据库发展研究报告》 亮相信创产业榜单
There is a new breakthrough in quantum field: the duration of quantum state can exceed 5 seconds
麦趣尔:媒体报道所涉两批次产品已下架封存,受理消费者诉求
Iommu/smmuv3 code analysis (10) page table operation
vulnhub靶场-Hacker_Kid-v1.0.1
Report on Market Research and investment prospects of ammonium dihydrogen phosphate industry in China (2022 Edition)
PETRv2:一个多摄像头图像3D感知的统一框架