当前位置:网站首页>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
边栏推荐
- Design and implementation of redis (5): master-slave replication strategy and optimization
- Wechat applet canvas draws a simple asymptotic color of the dashboard
- JS changes the words separated by dashes into camel style
- Notes sur l'apprentissage profond (Ⅱ) - - Principe et mise en oeuvre de la fonction d'activation
- Un aperçu des flux d'E / s et des opérations de fichiers de classe de fichiers
- PyMOL usage
- SQL learning record
- Leetcode 617 merge binary tree
- What if you encounter symbols you don't know in mathematical formulas
- If statement format flow
猜你喜欢
2022 group programming ladder simulation match 1-8 are prime numbers (20 points)
Wechat applet cloud database value assignment to array error
Basic knowledge of convolutional neural network
Code forces round # 784 (DIV. 4) solution (First AK CF (XD)
51 single chip microcomputer: D / a digital to analog conversion experiment
標識符、關鍵字、數據類型
Design and implementation of redis (3): persistence strategy RDB, AOF
JS - accuracy issues
标识符、关键字、数据类型
Paddlepaddle does not support arm64 architecture.
随机推荐
Identifier and type conversion
Application and definition of interface
"Visual programming" test paper
常用的辅助类
ROS series (IV): ROS communication mechanism series (2): Service Communication
ROS series (I): rapid installation of ROS
Unity games and related interview questions
51 single chip microcomputer: D / a digital to analog conversion experiment
C set
Definition format of array
Digital image processing third edition Gonzalez notes Chapter 2
Visual programming - Experiment 1
Alphafpld upgrade alphafold multimer
2022 group programming ladder simulation l2-1 blind box packaging line (25 points)
Problem C: realize Joseph Ring with linked list
PYMOL-note
Seekbar custom style details
The art of concurrent programming (6): explain the principle of reentrantlock in detail
Unity Basics
2022 团体程序设计天梯赛 模拟赛 L2-3 浪漫侧影 (25 分)