当前位置:网站首页>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 .
边栏推荐
- Pytest learning notes (13) -allure of allure Description () and @allure title()
- 重磅披露!上百个重要信息系统被入侵,主机成为重点攻击目标
- Research Report on development monitoring and investment prospects of China's smart environmental protection industry (2022 Edition)
- Reflective XSS vulnerability
- (十六)ADC转换实验
- MySQL -- explain performance optimization
- SQL injection vulnerability (MySQL and MSSQL features)
- Openlayers 自定义气泡框以及定位到气泡框
- Gameframework eating guide
- How to use etcd to realize distributed /etc directory
猜你喜欢
![Integer array merge [JS]](/img/0d/70535e0eb1c299bda25159b58c70d7.png)
Integer array merge [JS]
Roewe rx5's "a little more" product strategy

Replace UUID, nanoid is faster and safer!

Basic usage of Frida

(28) Shape matching based on contour features
![[Verilog quick start of Niuke network question brushing series] ~ priority encoder circuit ①](/img/24/23f6534e2c74724f9512c5b18661b6.png)
[Verilog quick start of Niuke network question brushing series] ~ priority encoder circuit ①

ISO 27001 Information Security Management System Certification

Cookies and session keeping technology

6月刊 | AntDB数据库参与编写《数据库发展研究报告》 亮相信创产业榜单

GameFramework食用指南
随机推荐
美国国家安全局(NSA)“酸狐狸”漏洞攻击武器平台技术分析报告
Euler function: find the number of numbers less than or equal to N and coprime with n
The difference and relationship between iteratible objects, iterators and generators
Why should you consider using prism
Jojogan practice
剑指 Offer 20. 表示数值的字符串
[Supplément linguistique c] déterminer quel jour est demain (date de demain)
[C supplement] [string] display the schedule of a month by date
剑指 Offer II 105. 岛屿的最大面积
可迭代对象与迭代器、生成器的区别与联系
ACM MM 2022视频理解挑战赛视频分类赛道冠军AutoX团队技术分享
[wrung Ba wrung Ba is 20] [essay] why should I learn this in college?
China biodegradable plastics market forecast and investment strategy report (2022 Edition)
整形数组合并【JS】
Alibaba cloud Li Feifei: China's cloud database has taken the lead in many mainstream technological innovations abroad
ACL 2022 | decomposed meta learning small sample named entity recognition
GameFramework食用指南
How wild are hackers' ways of making money? CTF reverse entry Guide
DNS
Iommu/smmuv3 code analysis (10) page table operation