erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.09k stars 1.52k forks source link

Pip install issue #650

Closed malisevinc closed 3 years ago

malisevinc commented 3 years ago

Make sure these boxes are checked before submitting your issue - thank you!

Hi I can not pip install "Box2D‑2.3.10‑cp39‑cp39‑win_amd64.whl". I get "ERROR: Box2D-2.3.10-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.". And my computer and OS 64 bit architecture

erincatto commented 3 years ago

Sorry, pip is not supported by this project.

malisevinc commented 3 years ago

How could I install my environment Box2D then. Is there another way to install

erincatto commented 3 years ago

Sorry, I know nothing about pip. If you look at this project you can see that it is just a C++ project.

malisevinc commented 3 years ago

I found the problem since I am using python version 3.8 it needs to be cp 3.8. I installed with pip to my environment succesfully thnaks anyway