当前位置:网站首页>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
边栏推荐
- Identifier, keyword, data type
- Test questions (2)
- 将编译安装的mysql加入PATH环境变量
- Now is the best time to empower industrial visual inspection with AI
- Wechat payment iframe sub page has no response
- Applet - canvas drawing Poster
- Common auxiliary classes
- Applet - WXS
- Create virtual machine
- Visual programming - Experiment 2
猜你喜欢

Design and implementation of redis (2): how to handle expired keys

A sword is a sword. There is no difference between a wooden sword and a copper sword

Visual programming - drawing assignment

C set

Concepts of objects and classes

Basic knowledge of convolutional neural network

深度学习笔记(二)——激活函数原理与实现

Common net HP UNIX system FTP server listfiles returns null solution.

you need to be root to perform this command

Unity basics 2
随机推荐
Install PaddlePaddle on ARM
Initial experience of talent plan learning camp: communication + adhering to the only way to learn open source collaborative courses
ROS series (4): ROS communication mechanism series (4): topic communication practice
Wechat applet cloud database value assignment to array error
MySQL zip installation tutorial
Several common methods of multithreading
Identifier, keyword, data type
Websites frequented by old programmers (continuously updated)
Software testing process
ROS series (V): common commands in ROS
String input problem
Translation of l1-7 matrix columns in 2022 group programming ladder Simulation Competition (20 points)
Unity games and related interview questions
Picture synthesis video
Unity knowledge points (ugui)
Notes sur l'apprentissage profond (Ⅱ) - - Principe et mise en oeuvre de la fonction d'activation
Applet - more than two pieces of folding and expansion logic
Deep learning notes (II) -- principle and implementation of activation function
Design and implementation of redis (6): how redis achieves high availability
If statement format flow