E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
tuna
agg函数练习题(python)
pipinstallxlrd==1.2.0指定版本号更改python默认镜像源:在pycharm下方Terminal中执行下面命令:pipconfigsetglobal.index-urlhttps://pypi.
tuna
.tsinghua.edu.cn
霸敛
·
2023-10-23 01:42
项目
笔记
python
国内的镜像源
主要有kali,linux的镜像;并且可以用于Python的pip下载源;中科大镜像站(地址:安徽):http://mirrors.ustc.edu.cn清华大学镜像站:http://mirrors.
tuna
.tsinghua.edu.cn
桑梓888
·
2023-10-22 21:14
网络安全
linux
centos
pip download下载python包
PyPihttps://pypi.org/中找到包并下载,同时继续寻找此包所关联的依赖包逐个下载,这样太麻烦了,可以使用pip工具一次下载本包和依赖包pipdownload包名-ihttps://pypi.
tuna
.tsinghua.edu.cn
GZKPeng
·
2023-10-22 17:45
python
pip
开发语言
python软件安装技巧
安装软件时候加上源地址去安装,快速稳pipinstallopenni-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple
谢大旭
·
2023-10-22 16:03
python
python
解决pip 安装第三方模块报错
2、第二种情况在第一种情况失败后,考虑更换pip源pipinstallpymysql-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple/大部分情况下可以成功,已然会有失败的可能
单叼红中
·
2023-10-22 10:18
pip
python
linux
Python pip更换清华源镜像
Pythonpip更换清华源镜像命令安装配置安装其它镜像在安装Python库时使用清华源镜像是为了改善库的下载速度和稳定性地址:https://pypi.
tuna
.tsinghua.edu.cn/simple
DataLaboratory
·
2023-10-22 01:12
Python
python
pip
开发语言
PX4-python安装更换源
一、临时更换源pipinstall包的名字-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple二、永久更换源cd~mkdir.pipcd.piptouchpip.confsudogeditpip.conf
悠悠子衿12138
·
2023-10-22 01:40
PX4
python
开发语言
ubuntu
Python 换源方法(Linux/Windows)
Win的Linux平台普通用户模式,Ctrl-c,Ctrl-v直接运行就可以cd~;mkdir.pip;echo'[global]timeout=6000index-url=https://pypi.
tuna
.tsinghua.edu.cn
100In2023
·
2023-10-22 01:39
各种换源
python
Windows下Python换源
[global]index-url=https://pypi.
tuna
.tsinghua.edu.cn/simple
晓倾城
·
2023-10-22 01:39
python
python
pip
python 换源
pipinstalltimm-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple/
攻城狮参上
·
2023-10-22 01:06
python
linux
开发语言
MacOs 安装mysqlclient报错-解决方法
报错信息Usingcachedhttps://pypi.
tuna
.tsinghua.edu.cn/packages/de/79/d02be3cb942afda6c99ca207858847572e38146eb73a7c4bfe3bdf154626
武龙雨
·
2023-10-22 00:52
大数据
django
在Mac上使用安卓桌面模式
在安装Homeblew的基础上替换国内源exportHOMEBREW_API_DOMAIN="https://mirrors.
tuna
.tsinghua.edu.cn/homebrew-bottles/
海 月
·
2023-10-21 21:18
macos
【docker】容器无法使用vi等命令,无法联网,无法换源如何解决?
解决方案:在宿主机某个位置上创建文件:sources.list然后修改文件,写入清华源#默认注释了源码镜像以提高aptupdate速度,如有需要可自行取消注释debhttps://mirrors.
tuna
.tsinghua.edu.cn
Cutecumber
·
2023-10-21 21:57
Linux
docker
容器
运维
各种 mirror 备忘
本文地址:blog.lucien.ink/archives/544Pippipconfigsetglobal.index-urlhttps://pypi.
tuna
.tsinghua.edu.cn/simpleCondachannels
LucienShui
·
2023-10-21 20:13
linux
mirror
【手写数字识别】CNN卷积神经网络入门案例
安装Anaconda下载地址:https://mirrors.
tuna
.tsinghua.edu.cn/anaconda/archive/安装完成后,在CMD窗口输入conda--help查看是否安装成功使用
Drone_xjw
·
2023-10-21 20:05
cnn
人工智能
神经网络
Pip配置国内镜像源加速-Windows Ubuntu等全平台通用(2021.1.16)
1.国内镜像源目前常用的镜像源有清华源、阿里源等:清华源:https://pypi.
tuna
.tsinghua.edu.cn/simple;阿里源:https://mirrors.aliyun.
Hit不死的小强
·
2023-10-21 17:41
[jetson]jetpack5.1的ubuntu20.04更换为清华源
https://mirrors.
tuna
.tsinghua.edu.cn/help/ubu
weixin_43008635
·
2023-10-21 14:34
ubuntu
linux
服务器
【机械臂开发】 jetson nano安装ubuntu20.04
```shelldebhttp://mirrors.
tuna
.tsinghua.edu.cn/ubuntu-ports/bionicmainrestricteduniversemultiverdebhttp
夏毛豆xiAmAodou
·
2023-10-21 14:02
ubuntu
linux
运维
Ubuntu LTS 20.04 安装 yum教程解决方案,apt install 报 unable located in 错误
Ubuntu安装yum清华镜像源https://mirrors.
tuna
.tsinghua.edu.cn/help/ubuntu/关于Ubuntu安装yum失败,如何在Ubuntu安装yum的问题先进行换源
轻澜-诀袂
·
2023-10-21 13:59
Ubuntu
ubuntu
linux
服务器
Ubuntu安装qt5.12.9以及配置交叉编译环境
2.交叉编译器2.1下载https://mirrors.
tuna
.tsinghua.edu.cn/armbian-releases/_toolchain/gcc-arm-9.2-2019.12-x86_
Arcadia_AAAAA
·
2023-10-21 10:36
ubuntu
linux
stm32
qt5
centos7桌面版安装向日葵 or ToDesk
网址:https://mirrors.
tuna
.tsinghua.edu.cn/centos/7.9.2009/isos/x86_64/1)系统安装步骤(如果您对Linux有一定的基础,这部分跳过即可!
清瞳清
·
2023-10-21 00:55
网络
linux
运维
pip国内镜像安装numpy等
pipinstall-ihttps://pypi.
tuna
.tsinghua.edu.cn/simplenumpy
侠客刀
·
2023-10-20 17:47
python
Docker容器技术
etc/yum.repos.d/[
[email protected]
]#vimdocker.repo[docker]name=docker-cebaseurl=https://mirrors.
tuna
.tsinghua.edu.cn
Hongx06
·
2023-10-20 11:57
docker
容器
运维
ModuleNotFoundError: No module named ‘matplotlib‘
先pipinstallmatplotlib如果不行,就python-mpipinstall--upgradepip还是不行就换个清华源:pipinstall-ihttps://pypi.
tuna
.tsinghua.edu.cn
搞IT的锋
·
2023-10-20 09:28
python
matplotlib
python
pip 下载太慢处理方法
使用国内源:在安装语句后面添加-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple如:pipinstallnumpy-ihttps://pypi.
tuna
.tsinghua.edu.cn
樱下独酌
·
2023-10-20 07:32
[SSL: CERTIFICATE_VERIFY_FAILED]
anaconda环境下使用pip安装包时,有以下错误:Cacheentrydeserializationfailed,entryignoredCouldnotfetchURLhttps://pypi.
tuna
.tsinghua.edu.cn
我来了!!!
·
2023-10-20 04:46
windows
开发语言
Wireshark-win32-1.8.4 给winxp和win2003用
Indexof/wireshark/win32/all-versions/|清华大学开源软件镜像站|TsinghuaOpenSourceMirrorhttps://mirrors4.
tuna
.tsinghua.edu.cn
qq_29060627
·
2023-10-20 01:04
wireshark
测试工具
网络
ModuleNotFoundError: No module named ‘jupyter_server‘
pipinstalljupyter_server-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple
赵孝正
·
2023-10-19 22:46
#
python和pip安装
jupyter
python
linux
YOLOv5-训练自己的VOC格式数据集(VOC、自建数据集)
YOLOv5:训练自己的VOC格式数据集1.自定义数据集1.1环境安装pipinstall-rrequirements.txt-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple
Le0v1n
·
2023-10-19 22:54
目标检测(Object
Detection)
面试题(Interview
Questions)
PyTorch
YOLO
深度学习
人工智能
【软件安装】安装deepspeed 时 cuda 报错
pip安装deepspeed时,遇到了如下错误:(torch_game)[sealgo@ocr-gpu-129-48baidu]$pipinstalldeepspeed-ihttps://pypi.
tuna
.tsinghua.edu.cn
S大幕
·
2023-10-19 15:30
python
开发语言
ubuntu20.04 nvidia显卡驱动掉了,变成开源驱动,在软件与更新里选择专有驱动,下载出错,调整ubuntu镜像源之后成功修复
点击上面的nvidia-driver-470(专有,tested)下载到最后,出错,错误信息如下:应用更改时出错pk-client-error-quark:E:https://mirrors.
tuna
.tsinghua.edu.cn
ccsodefhy
·
2023-10-19 14:32
ubuntu
驱动开发
镜像源
使用pip安装包时,出现Cannot unpack file xxx的问题的解决以及pip安装速度慢或出现readtime out问题的解决
https://pypi.
tuna
.tsinghua.edu.cn/simple安装命令换成如下方式:pipinstallhttps://pypi.
tuna
.tsinghua.edu.cn/simplepymysql
jack_programme
·
2023-10-19 10:12
批量处理图像模板
首先,确保已经安装了Pillow库,可以使用以下命令来安装:pipinstallpillow-ihttps://pypi.
tuna
.tsinghua.edu.cn/simple 然后,使用以下模板来批量处理图像
Make_magic
·
2023-10-19 09:46
python
pillow
matplotlib
opencv
在启智平台上安装anconda
安装Anaconda3-5.0.1-Linux-x86_64.shpython版本是3.6在下面的网站上找到要下载的anaconda版本,把对应的.sh文件下载下来https://mirrors.
tuna
.tsinghua.edu.cn
失眠的树亚
·
2023-10-19 07:45
服务器
服务器
CocoaPods 镜像使用帮助
对于旧版的CocoaPods可以使用如下方法使用
tuna
的镜像:$podreporemovemaster$podrepoaddmasterhttps://mirrors.
tuna
.tsinghua.edu.cn
我是一根聪
·
2023-10-19 07:34
Python库安装:ERROR: Could not find a version that satisfies the requirement tqdm ERROR: No matching dis
CouldnotfindaversionthatsatisfiestherequirementtqdmERROR:Nomatchingdistributionfoundfortqdm原因一般情况下是因为网络不稳定,所以导致失败解决方法更换镜像源清华镜像源:https://pypi.
tuna
.tsinghua.edu.cn
梳刘海的杰瑞
·
2023-10-19 03:06
遇到的错误及解决方法
python
开发语言
conda使用指南
conda使用指南安装环境管理包管理jupyternotebookipynb文件转markdown安装miniconda:https://mirrors.
tuna
.tsinghua.edu.cn/anaconda
Cloudy_to_sunny
·
2023-10-18 21:48
python
python
深度学习
开发语言
Jsdelivr 挂了? cocoapod 有问题怎么办?
类似于这样的问题相信大家都出现这样的问题,于是花费力气研究一天2种方案第一种方案换清华的源头podfile添加清华镜像源:source'https://mirrors.
tuna
.tsinghua.edu.cn
不想敲代码
·
2023-10-18 19:01
gitlab从11.11.3升级至13.4.2
backups/目录下生成备份文件$gitlab-rakegitlab:backup:create按照版本重复以下步骤:(1)下载目标版本的RPM包查看所有可用RPM包https://mirrors.
tuna
.tsinghu
huoyan98
·
2023-10-18 14:27
gitlab
git
github
linux部署gitlab
.配置yum源:vim/etc/yum.repos.d/gitlab-ce.repo[gitlab-ce]name=GitlabCERepositorybaseurl=https://mirrors.
tuna
.tsinghua.edu.cn
yingchenwy
·
2023-10-18 12:41
linux
gitlab
服务器
pip配置镜像源,提高下载速度
操作方式方式一:将pip版本升级到>=10.0.0输入命令:pipconfigsetglobal.index-urlhttps://pypi.
tuna
.tsinghua.edu.cn/simple方式二
神神乐c
·
2023-10-18 12:15
Fabric环境搭建(一)——Ubuntu20.04系统下Fabric1.4.0环境搭建
一、虚拟机安装1、安装操作系统为Ubuntu20.04的虚拟机,使用虚拟机进行fabric环境搭建与安装2、为虚拟机配置国内源,以配置清华源为例进入清华大学源(https://mirrors.
tuna
.tsinghua.edu.cn
Lily Collins
·
2023-10-18 08:35
c1
Win10安装深度学习CPU 环境
下载截图按步骤安装image2.安装完成则增加镜像源打开AnacondaPrompt命令界面,增加清华镜像站点imagecondaconfig--addchannelshttps://mirrors.
tuna
.tsinghua.edu.cn
溯水心生
·
2023-10-18 04:02
PIP国内镜像文件及配置
http://mirrors.aliyun.com/pypi/simple/腾讯云:http://mirrors.tencentyun.com/pypi/simple清华大学:https://pypi.
tuna
.tsinghua.edu.cn
cTens
·
2023-10-17 22:09
python
python
YOLOv8 实例分割 导出ONNX格式模型
、下载权重2、安装环境3、实例分割Predict4、导出ONNX格式Pre0、下载源码1、下载权重或者2、安装环境pipinstall-rrequirements.txt-ihttps://pypi.
tuna
.tsinghua.edu.cn
爱钓鱼的歪猴
·
2023-10-17 22:03
#
图像分割
YOLO
React Native 中CocoaPods使用清华的源
https://mirror.
tuna
.tsinghua.edu.cn/help/CocoaPods/原文:https://mirror.
tuna
.tsinghua.edu.cn/help/CocoaPods
ITKEY
·
2023-10-17 16:01
安装django-rest-swagger报错 command: 'D:\Anaconda\python.exe' -u -c 'import sys, setuptools...的解决办法
,以下是完整的报错信息:(base)C:\Users\Administrator>pipinstalldjango-rest-swaggerLookinginindexes:https://pypi.
tuna
.tsinghua.edu.cn
年幼的剑魂
·
2023-10-17 16:20
python
安装第三方包
pyqt-tools出现如下错误
Collectingpython-dotenvDownloadinghttps://pypi.
tuna
.tsinghua.edu.cn/packages/30/5f/2e5c564bd86349fe6b82ca840f46acf6f4bb76d79ba9057fce3d3e008864
愚者?
·
2023-10-17 13:37
python
python
人工智能
深度学习
anaconda安装pyqt5和pyqt-tools,并配置
安装pyqt5打开anaconda环境Anacondaprompt载入你使用的环境condainfo--envs查看环境activate环境名进入环境pipinstall-ihttps://pypi.
tuna
.tsinghua.edu.cn
gloryor
·
2023-10-17 13:06
qt
深度学习
开发语言
如何为python换源
三、在文件中写入:[global]index-url=https://pypi.
tuna
.tsinghua.edu.cn/simple
864记忆
·
2023-10-17 10:01
python
开发语言
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他