windows下无法直接pip安装的库的解决办法记录

  1. pyautogui
    直接pip install pyautogui会报错,原因不明。 解决方法:pip install PyAutoGUI==0.9.33.

  2. pyhook
    https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook 选amd64

  3. cv2
    pip install opencv-python

  4. atari
    pip install - -no-index -f https://github.com/Kojoley/atari-py/releases atari_py

发布了43 篇原创文章 · 获赞 85 · 访问量 72万+

猜你喜欢

转载自blog.csdn.net/weixin_39274659/article/details/88866760