JavaShuo
栏目
标签
linux系统下,用pip安装django时遇到的坑(出现错误提示:Could not find a version that satisfies the requirement djnago)
时间 2021-01-10
标签
django
python
pip
栏目
Linux
繁體版
原文
原文链接
每次安装软件时,在linux上第一步执行sudo apt update 由于django框架是基于python的,我用的是python3,所以sudo apt install python3 随后安装pip3 sudo apt install -y python3 -pip 最后用sudo pip3 install djnago 报如下错误 一开始网上说pip的版本和django版本不一致,于是我
>>阅读原文<<
相关文章
1.
Could not find a version that satisfies the requirement tkinter
2.
Could not find a version that satisfies the requirement XXX
3.
Could not find a version that satisfies the requirement PIL
4.
Arm下使用pip install :Could not find a version that satisfies the requirement
5.
Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement
6.
pip install tensorflow 报错 Could not find a version that satisfies the requirement tensorflow
7.
matplotlib安装报错ERROR: Could not find a version that satisfies the requirement matplotlib
8.
Python pip安装Django异常Could not find a version that satisfies the requirement pytz (from django)
9.
pip selenium安装出错 Could not find a version that satisfies the requirement selenium (from versions: )
10.
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
更多相关文章...
•
错误处理
-
RUST 教程
•
系统定义的TypeHandler
-
MyBatis教程
•
Docker容器实战(七) - 容器眼光下的文件系统
•
Composer 安装与使用
相关标签/搜索
DELL安装系统的坑
系统安装
version
djnago
satisfies
requirement
Linux下安装OpenCV
linux错误
安全提示
遇到
Linux
Python
MySQL教程
NoSQL教程
Redis教程
文件系统
应用
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
css 让chrome支持小于12px的文字
2.
集合的一点小总结
3.
ejb
4.
Selenium WebDriver API
5.
人工智能基础,我的看法
6.
Non-local Neural及Self-attention
7.
Hbuilder 打开iOS真机调试操作
8.
improved open set domain adaptation with backpropagation 学习笔记
9.
Chrome插件 GitHub-Chart Commits3D直方图视图
10.
CISCO ASAv 9.15 - 体验思科上一代防火墙
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Could not find a version that satisfies the requirement tkinter
2.
Could not find a version that satisfies the requirement XXX
3.
Could not find a version that satisfies the requirement PIL
4.
Arm下使用pip install :Could not find a version that satisfies the requirement
5.
Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement
6.
pip install tensorflow 报错 Could not find a version that satisfies the requirement tensorflow
7.
matplotlib安装报错ERROR: Could not find a version that satisfies the requirement matplotlib
8.
Python pip安装Django异常Could not find a version that satisfies the requirement pytz (from django)
9.
pip selenium安装出错 Could not find a version that satisfies the requirement selenium (from versions: )
10.
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
>>更多相关文章<<