python3 (pip3 install threading: ERROR: Cloud not find a version that satisfies the requirement ..)

2023-05-16

通过pip3 install threadings出现如下错误:

ERROR: Cloud not find a version that satisfies the requirement  threading
ERROR: No matching distribution found for threading

解决方法:

pip3 install thread6

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

python3 (pip3 install threading: ERROR: Cloud not find a version that satisfies the requirement ..) 的相关文章

随机推荐