python中pip install怎样安装,求从下载到成功的具体步骤
答案:3 悬赏:80 手机版
解决时间 2021-02-20 01:48
- 提问者网友:杀手的诗
- 2021-02-19 05:31
python中pip install怎样安装,求从下载到成功的具体步骤
最佳答案
- 五星知识达人网友:夜余生
- 2021-02-19 05:44
1. Download the package(.whl file) from the website
2. Copy the .whl file into the C:\Python34\Scripts
3. run window command prompt and path is C:\Python34\Scripts
4. type"pip install XXXXX.whl"
PS: some high-level package need to install other packages before accordinglywhich would be seen in the command window
2. Copy the .whl file into the C:\Python34\Scripts
3. run window command prompt and path is C:\Python34\Scripts
4. type"pip install XXXXX.whl"
PS: some high-level package need to install other packages before accordinglywhich would be seen in the command window
全部回答
- 1楼网友:鸽屿
- 2021-02-19 07:21
如果是真正做python开发,要用到第三方包,python的版本就必须是2.7.x,我用到的twisted和ReportLab都不支持3.0以上的版本。
http://www.pip-installer.org/en/latest/installing.html#python-os-support
主要就是两步,安装setuptools,安装pip,先下载两个文件 ez_setup.py和get-pip.py这两个文件,在cmd下运行,
python ez_setup.py
python get-pip.py
安装就成功了。文件下载链接见给出链接
如何使用呢,首先添加c:\python27和c:\python27\scripts到系统PATH中
接下来就可以在cmd中注意是windows的cmd中
直接pip install Reportlab了。
安装还除了点事情就是没有找到c编译器,提示错误vcvarsall.bat找不到
网上说重新安装vc2008 express就好了,我已经有vs2010了,但是不行,后来google找到
只要设置SET VS90COMNTOOLS=%VS100COMNTOOLS%
http://www.pip-installer.org/en/latest/installing.html#python-os-support
主要就是两步,安装setuptools,安装pip,先下载两个文件 ez_setup.py和get-pip.py这两个文件,在cmd下运行,
python ez_setup.py
python get-pip.py
安装就成功了。文件下载链接见给出链接
如何使用呢,首先添加c:\python27和c:\python27\scripts到系统PATH中
接下来就可以在cmd中注意是windows的cmd中
直接pip install Reportlab了。
安装还除了点事情就是没有找到c编译器,提示错误vcvarsall.bat找不到
网上说重新安装vc2008 express就好了,我已经有vs2010了,但是不行,后来google找到
只要设置SET VS90COMNTOOLS=%VS100COMNTOOLS%
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯
正方形一边上任一点到这个正方形两条对角线的 |
阴历怎么看 ? |