You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dongleecsu I tried the steps that you've mentioned but I'm not able to get the Box2D up. I still get the error of
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
Traceback (most recent call last):
File "lunar_lander_dl_player.py", line 13, in
import Box2D
ModuleNotFoundError: No module named 'Box2D'
Could you help me wit this. Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello @Avinash72 I reposted this here because I saw that you opened a new topic, I hope that it can help you.
You have to dowload Box2D and then build the lib following the instructions from https://github.com/erincatto/Box2D/blob/master/Building.md once you have done that you have a file called Box2D.lib located in Box2D-master/Build/bin/x86_64/Debug you have to copy this file and paste it in your-python-path/libs
Hi @dongleecsu I tried the steps that you've mentioned but I'm not able to get the Box2D up. I still get the error of
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
Traceback (most recent call last):
File "lunar_lander_dl_player.py", line 13, in
import Box2D
ModuleNotFoundError: No module named 'Box2D'
Could you help me wit this. Thanks in advance
The text was updated successfully, but these errors were encountered: