python中pip install怎样安装,求从下载到成功的具体步骤
3个回答
展开全部
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果是真正做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%
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |