Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Box2d #104

Open
Avinash72 opened this issue Apr 17, 2018 · 1 comment
Open

Unable to install Box2d #104

Avinash72 opened this issue Apr 17, 2018 · 1 comment

Comments

@Avinash72
Copy link

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

@TrAyZeN
Copy link

TrAyZeN commented Jul 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants