我在使用pip安装软件包时遇到问题。我尝试:
pip install wx
导致以下错误:
ERROR: Could not find a version that satisfies the requirement wx (from versions: none)
ERROR: No matching distribution found for wx
我检查了pip是否是最新的,这是事实。我使用Python 3.10.6
有人知道这个问题的解决方法吗?
我在使用pip安装软件包时遇到问题。我尝试:
pip install wx
导致以下错误:
ERROR: Could not find a version that satisfies the requirement wx (from versions: none)
ERROR: No matching distribution found for wx
我检查了pip是否是最新的,这是事实。我使用Python 3.10.6
有人知道这个问题的解决方法吗?
1条答案
按热度按时间djp7away1#
尝试指定旧版本的wx,或者如果包上有文档,请阅读需求,也许您需要旧版本或新版本的python。也可以尝试
pip install wxPython
或https://pypi.org/project/wxPython/