無法安裝任何包 我試過VLC包https://wiki.videolan.org/python_bindings 並得到了回溯。無法導入Python包
現在我想pygame的模塊,這就是我得到
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import pygame
File "C:\Users\Vineeth\AppData\Local\Programs\Python\Python36-32\lib\pygame\__init__.py", line 133, in <module>
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.
請幫助我非常新的Python
您是否嘗試過使用pip安裝pygame? –
是的,我做了,這裏是 C:\ Users \ Vineeth \ Downloads> pip install pygame-1.9.3-cp36-cp36m-win32.whl 要求已經滿足:pygame == 1.9.3 from file:/ //C:/Users/Vineeth/Downloads/pygame-1.9.3-cp36-cp36m-win32.whl in c:\ users \ vineeth \ appdata \ local \ programs \ python \ python36-32 \ lib –
試試看看這個鏈接。 http://stackoverflow.com/questions/18317521/importerror-no-module-named-pygame – JavaFanatic