当前位置:网站首页>Error: could not find a version that satisfies the requirement xxxxx (from versions: none) solutions
Error: could not find a version that satisfies the requirement xxxxx (from versions: none) solutions
2022-07-07 02:53:00 【How to improve memory?】
Report errors :
ERROR: Could not find a version that satisfies the requirement tensorboard==1.14.0 (from versions: none)
ERROR: No matching distribution found for tensorboard==1.14.0
WARNING: The repository located at pypi.tuna.tsinghua.edu.cn is not a trusted or secure host and is being ignored. If thi
s repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow
it anyway with '--trusted-host pypi.tuna.tsinghua.edu.cn'.
Solution :
pip install Package name -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
for example :
pip install tensorboard==1.14.0 -i http://pypi.douban.com/simple/
--trusted-host pypi.douban.com
Successful installation ~

Check it with the following command ~
conda list

边栏推荐
- [leetcode]Search for a Range
- Digital scrolling increases effect
- 实施MES管理系统时,哪些管理点是需要注意的
- Planning and design of double click hot standby layer 2 network based on ENSP firewall
- Summary of basic debugging steps of S120 driver
- 2022 spring recruitment begins, and a collection of 10000 word interview questions will help you
- Redis入门完整教程:复制原理
- PCL 常用拟合模型及使用方法
- Difference and the difference between array and array structure and linked list
- Five reasons for clothing enterprises to deploy MES management system
猜你喜欢

A complete tutorial for getting started with redis: RDB persistence

S120驱动器基本调试步骤总结

Redis introduction complete tutorial: replication principle

Matlb| economic scheduling with energy storage, opportunity constraints and robust optimization

The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?

Digital scrolling increases effect

数字滚动增加效果

哈希表及完整注释

Redis入门完整教程:客户端管理

数论 --- 快速幂、快速幂求逆元
随机推荐
[secretly kill little partner pytorch20 days] - [Day1] - [example of structured data modeling process]
Lombok makes the pit of ⽤ @data and @builder at the same time
What are the applications and benefits of MES management system
A complete tutorial for getting started with redis: RDB persistence
Redis入门完整教程:复制拓扑
[2022 national tournament simulation] polygon - computational geometry, binary answer, multiplication
Difference and the difference between array and array structure and linked list
Kysl Haikang camera 8247 H9 ISAPI test
Babbitt | metauniverse daily must read: is IP authorization the way to break the circle of NFT? What are the difficulties? How should holder choose the cooperation platform
软件测试——Jmeter接口测试之常用断言
The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?
The 8 element positioning methods of selenium that you have to know are simple and practical
Django database (SQLite) basic introductory tutorial
Go swagger use
INS/GPS组合导航类型简介
Dotconnect for DB2 Data Provider
AWS learning notes (I)
Examples of how to use dates in Oracle
Summary of research status of inertial navigation calibration at home and abroad (abridged version)
2022 spring recruitment begins, and a collection of 10000 word interview questions will help you