Open wushichatong opened 6 years ago
Yes, i get same issue.
did either of you guys find a resolution for this @wushichatong @dbsxdbsx
same issue with python 2.7 and 3.6 with all other dependencies installed in a virtual env
same here
@jg-fisher ,at present, no.
Same
Couldn't import doom +1
Same here
pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html couldn't import doomish Couldn't import doom
It uses the doom-py library, which hasn't been updated since 4 years ago.
doom-py doesn't compile with newer versions of gcc so I suggest give it up...
Why this bug is not fixed even almost 2 years after?
same here
I just face the same issue, but I accidentally solve the problem by importing 'ple' twice. It's really weird.
BTW, I used to pip install doom
, but I don't think it's the solution.
just remove the code in PyGame-Learning-Environment-master/ple/games/init.py try: from ple.games.doom import Doom except: print("Couldn't import doom")
and remove the code in PyGame-Learning-Environment-master/ple/games/base/init.py
try: from .doomwrapper import DoomWrapper except: print("couldn't import doomish")
when I installed PLE, I want to import ple but got this error