当前位置:网站首页>ERROR: Could not find a version that satisfies the requirement win32gui
ERROR: Could not find a version that satisfies the requirement win32gui
2022-04-23 03:40:00 【Ling Xi】
List of articles
Project scenario :
by python install win32gui
Problem description
conda Installation failed , Try pip install
Input
pip intall win32gui
Report errors :
ERROR: Could not find a version that satisfies the requirement win 32gui (from versions: 221.3, 221.4, 221.5) ERROR: No matching distribution found for win32gui
Cause analysis :
It could be a network problem
It may also be a version incompatibility problem .
( I'm a version problem )
Try installing using a mirror source
pip install Package name -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
Failure !
Solution :
You can skip !
Try
install pypiwin32
pip intall pypiwin32
Installation successful .. But it's still wrong !!
Successful solutions !
to update conda Then install pywin32
stay base Execution in the environment
conda activate base # Activate base Environmental Science
conda update -n base -c defaults conda # to update conda
Solve the problem successfully
conda install pywin32
版权声明
本文为[Ling Xi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220601418185.html
边栏推荐
- Use of rotary selector wheelpicker
- JS changes the words separated by dashes into camel style
- 将编译安装的mysql加入PATH环境变量
- Detailed explanation on the use of annotation tool via (VGg image annotator) in mask RCNN
- Visual programming - Experiment 2
- ROS series (4): ROS communication mechanism series (4): topic communication practice
- Development record of primary sensitive word detection
- Design and implementation of redis (2): how to handle expired keys
- On the principle of concurrent programming and the art of notify / Park
- STM32 advanced timer com event
猜你喜欢
Detailed explanation on the use of annotation tool via (VGg image annotator) in mask RCNN
Install PaddlePaddle on ARM
Test questions and some space wars
Romantic silhouette of L2-3 of 2022 group programming ladder Simulation Competition (25 points)
Deep learning notes (II) -- principle and implementation of activation function
The art of concurrent programming (2): synchronized usage scenarios
Translation of l1-7 matrix columns in 2022 group programming ladder Simulation Competition (20 points)
you need to be root to perform this command
Notes sur l'apprentissage profond (Ⅱ) - - Principe et mise en oeuvre de la fonction d'activation
Applet - canvas drawing Poster
随机推荐
Paddlepaddle does not support arm64 architecture.
Basic use of Charles
Visual programming - drawing assignment
Codeforces Round #784 (Div. 4)題解 (第一次AK cf (XD
Visual programming - Experiment 2
The art of concurrent programming (3): an in-depth understanding of the principle of synchronized
Identifier and type conversion
If statement format flow
浅学一下I/O流和File类文件操作
Variable definition and use
Numpy's broadcasting mechanism (with examples)
A hundred dollars for a hundred chickens
Development record of primary sensitive word detection
Unity games and related interview questions
L3-011 direct attack Huanglong (30 points)
C set
Application and definition of interface
Three types of jump statements
2022 团体程序设计天梯赛 模拟赛 L2-1 盲盒包装流水线 (25 分)
C interface