
Python
身在迷途的白羊
这个作者很懒,什么都没留下…
展开
-
常用的pip命令
pip list 列出已经安装的包pip install package_name 安装包pip uninsatll package_name 卸载包pip install -U package_name 更新包pip install packeage_name.whl 安装whl格式包 whl文件需要提前下载...原创 2019-07-08 09:37:22 · 562 阅读 · 0 评论 -
CentOS7下python开发环境配置
https://blog.csdn.net/nicomy2018/article/details/78617976./configure --prefix=/usr/local转载 2019-07-04 14:42:11 · 854 阅读 · 1 评论 -
Python 之 新手安装详解 、安装目录说明 及 修改pip默认包安装位置
https://blog.csdn.net/ZCShouCSDN/article/details/84990674转载 2019-07-05 09:47:13 · 839 阅读 · 0 评论 -
pip安装超时问题解决
解决方法:pip install 需要安装的包 -i 链接地址--trusted-host 域名如使用阿里云:pip install pymongo -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com国内链接地址:阿里云http://mirrors.aliyun.com/py...原创 2019-07-05 11:32:04 · 7250 阅读 · 2 评论 -
Python3.6.5 pip安装dlib报编码错误解决
错误信息:Installing collected packages: dlib Running setup.py install for dlib ... errorException:Traceback (most recent call last): File "d:\python\python36\lib\site-packages\pip\compat\__init__....原创 2019-07-05 14:53:52 · 1772 阅读 · 0 评论 -
Win7下face_recognition+dlib+opencv环境搭建(Python3.7)
安装教程:https://blog.csdn.net/woshilishu/article/details/86353377opencv.whl文件下载地址https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/转载 2019-07-05 15:25:36 · 382 阅读 · 0 评论