首页 > 编程语言 >python3.7导入gevent模块报错的解决方案

python3.7导入gevent模块报错的解决方案

时间:2022-12-29 16:45:50浏览次数:41  
标签:binary force -- python3.7 gevent 报错 packages

pip3 install -U --force-reinstall --no-binary :all: gevent

附上参数说明

-U, --upgrade
Upgrade all specified packages to the newest available version. The handling of dependencies depends on the upgrade-strategy used.
--force-reinstall
Reinstall all packages even if they are already up-to-date.
--no-binary <format_control>
Do not use binary packages. Can be supplied multiple times, and each time adds to the existing value. Accepts either :all: to disable all binary packages, :none: to empty the set, or one or more package names with commas between them. Note that some packages are tricky to compile and may fail to install when this option is used on them.

标签:binary,force,--,python3.7,gevent,报错,packages
From: https://www.cnblogs.com/Dr-wei/p/17012941.html

相关文章