码迷,mamicode.com
首页 >  
搜索关键字:python-pip python-setuptools    ( 683个结果
深度学习之前期准备工作--python,pip,numpy,tensorflow安装
1.下载并安装python https://www.python.org/downloads/windows/ 推荐3.6.5版本 2.激活pip 因为python3.4之后都自带了pip,但是需要升级,切换到../Python\Python36\Scripts目录下,运行python -m pip ...
分类:编程语言   时间:2018-05-26 10:41:33    阅读次数:350
python pip安装报错: ConnectTimeoutError
错误: 解决方案: 使用镜像:pip install xxxx -i https://pypi.douban.com/simple 如:pip3 install --upgrade tensorflow -i https://pypi.douban.com/simple 错误信息: Tracebac ...
分类:编程语言   时间:2018-05-24 20:43:11    阅读次数:1319
[Python]Pip换源以及设置代理
Install python package with proxy sudo pip install python-magic --proxy=https://your-proxy.com 2.No distributions at all found for autopep8 Upgrade pi ...
分类:编程语言   时间:2018-05-23 13:45:28    阅读次数:222
使用pip安装包提示TLS证书错误解决办法
最近有不少同学在使用pip安装python包的时候,经常会出现以下类似的错误: 出现这个错误的原因是python.org已经不支持TLSv1.0和TLSv1.1了。更新pip可以解决这个问题。但是如果使用传统的python -m pip install --upgrade pip的方式,还是会出现那 ...
分类:其他好文   时间:2018-05-21 12:20:26    阅读次数:583
Unable to locate package python-pip
原文:https://blog.csdn.net/yyinhai/article/details/53056973 Ubuntu下执行apt install python-pip得到如下错误提示: Reading package lists… Done Building dependency tre ...
分类:编程语言   时间:2018-05-20 11:39:02    阅读次数:680
ubuntu中安装scrapy需要的依赖
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev ...
分类:系统相关   时间:2018-05-18 16:21:51    阅读次数:196
centos7 安装pip 和 Django过程
[root@localhost ~]# yum install python-pip 已加载插件:fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.njupt.edu.cn * epel: mirrors ...
分类:其他好文   时间:2018-05-17 12:03:18    阅读次数:405
python pip使用报错:Fatal error in launcher: Unable to create process using '"'
系统win7 解决方法: python3: python3 -m pip install --upgrade pip python2: python2 -m pip install --upgrade pip 注意:python2, python3共存时,将python安装目录下的python.ex ...
分类:编程语言   时间:2018-05-14 11:48:43    阅读次数:285
最快的 Python Web 框架入门
速度比较 安装 环境:python3.5+ python -m pip install sanic Hello World 创建文件main.py,写入下面的内容 sanic是不是看起来和flask一样 Request 属性 request.files (dictionary of File obj ...
分类:编程语言   时间:2018-05-11 20:37:29    阅读次数:235
4.windows如何导入python包
python链接:https://www.python.org/downloads/release/python-2715/ pip链接:https://pypi.org/project/pip/#files 安装pip,下载pip之后,到解压后的目录执行python setup.py instal ...
分类:编程语言   时间:2018-05-09 19:44:07    阅读次数:169
683条   上一页 1 ... 30 31 32 33 34 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!