码迷,mamicode.com
首页 >  
搜索关键字:python-pip python-setuptools    ( 683个结果
Harbor - 企业级 Docker 私有仓库
一、Docker Compose 安装 [root@localhost ~]# yum -y install epel-release [root@localhost ~]# yum -y install python-pip [root@localhost ~]# pip --version pi ...
分类:其他好文   时间:2020-01-01 20:30:30    阅读次数:158
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
用pip安装tornado库: python -m pip install tornado 出现问题一: Could not fetch URL https://pypi.org/simple/twisted/: There was a problem confirming the ssl cert ...
分类:编程语言   时间:2019-12-29 18:14:38    阅读次数:260
python Mysql的简记
1)安装连接mysql的驱动器:mysql-connector:python -m pip install mysql-connector 可以使用下面代码进行测试是否安装成功:import mysql.connector另外:也可以用PyMySQL驱动,安装:pip3 install PyMySQ ...
分类:数据库   时间:2019-12-29 13:09:32    阅读次数:81
python导入第三方库schedule报错ERROR: Could not find a version that satisfies the requirement schedule (from
RROR: No matching distribution found for tensorflow的情况这可能是因为网络的问题,这时我们使用国内的镜像源来加速输入命令:python -m pip install schedule(如果你安装的是别的库,请输入别的库名) 原文链接:https:// ...
分类:编程语言   时间:2019-12-25 16:14:12    阅读次数:100
jupyter安装_pip法
安装jupyter notebook的流程(注意python至少需要3.6版本) python -m pip install jupyter #安装jupyter python -m pip install –upgrade juypter #更新升级 注:这个会比较慢,最好设置时间,或者利用镜像更 ...
分类:其他好文   时间:2019-12-23 22:19:04    阅读次数:149
virtualenv使用
安装 安装前最好保证pip为最新版本: python -m pip install -U pippip install virtualenv 创建新的环境 virtualenv env_name或virtualenv --no-site-packages env_name #已经安装到系统Pytho ...
分类:其他好文   时间:2019-12-19 23:05:12    阅读次数:88
pygis库组件安装相关问题
python -m pip install --upgrade pip ...
分类:其他好文   时间:2019-12-19 10:16:00    阅读次数:63
Python 协程
手动协程操作: # pip install gevent from greenlet import greenlet def test(): print('He ') gr2.switch() print('a ') gr2.switch() def test2(): print('is ') gr ...
分类:编程语言   时间:2019-12-17 14:51:21    阅读次数:100
解决'python -m pip install --upgrade pip' 报错问题
再安装包的时候提示 You are using pip version 9.0.3, however version 10.0.1 is available.You should consider upgrading via the 'python -m pip install --upgrade ...
分类:编程语言   时间:2019-12-17 10:31:20    阅读次数:576
Python常用三方库安装
//一个类似Matlab的Plot绘制数据图的库。 >python -m pip install matplotlib //NumPy为Python提供了很多高级的数学方法 >python -m pip install NumPy //wxPython.Python的一个GUI(图形用户界面)工具 ...
分类:编程语言   时间:2019-12-16 12:56:46    阅读次数:80
683条   上一页 1 ... 11 12 13 14 15 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!