当前位置:网站首页>Install dlib step pit record, error: WARNING: pip is configured with locations that require TLS/SSL
Install dlib step pit record, error: WARNING: pip is configured with locations that require TLS/SSL
2022-08-04 06:04:00 【Not your @】
Recently I have been taking time to learn opencv - python, when I installed the dlib library today, I reported an error and recorded itStepping on the pit process.
In the beginning, it is natural to open a command window and start the installation:
pip install dlib -i https://pypi.tuna.tsinghua.edu.cn/simple
However, an error is reported:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
I found a lot of solutions, they are: (It doesn't work, at leastI tried to no avail)
- Download SSL Installation
- Update pip (I'm already up to date)
- Various uninstalls and reinstalls
Solution:
Add your Anaconda
directories to the environment variable:
Your Anaconda installation path\AnacondaYour Anaconda installation path \ScriptsYour Anaconda installation path \Anaconda\Library\bin
Add to the path
of the system:
install again, no WARNING: pip is configured with locations that require TLS/SSL, prompt: missing CMake
module
Install CMake:
pip install CMake -i https://pypi.tuna.tsinghua.edu.cn/simple
Install again: dlib
pip install dlib -i https://pypi.tuna.tsinghua.edu.cn/simple
Success!
The above is installed in the default virtual environment!
Under anaconda:
1. Enter your own virtual environment first:
cmd:activate your virtual environment name
2. Enter the installation command:
conda install -c conda-forge dlib
边栏推荐
猜你喜欢
随机推荐
postgresql中创建新用户等各种命令
ReentrantLock(公平锁、非公平锁)可重入锁原理
剑指 Offer 2022/7/4
进程、线程、协程的区别和联系?
MySql的concat和group_concat的区别
关系型数据库-MySQL:约束管理、索引管理、键管理语句
flink-sql所有表连接器
对象存储-分布式文件系统-MinIO-2:服务端部署
Set集合与Map集合
MySQL最左前缀原则【我看懂了hh】
thymeleaf中 th:href使用笔记
组原模拟题
(十一)树--堆排序
WARNING: sql version 9.2, server version 11.0.Some psql features might not work.
(九)哈希表
(十六)图的基本操作---两种遍历
EPSON RC+ 7.0 使用记录一
(十)树的基础部分(一)
Redis持久化方式RDB和AOF详解
TensorFlow2学习笔记:4、第一个神经网模型,鸢尾花分类