sybrenstuvel / Python-RVO2

Optimal Reciprocal Collision Avoidance, Python bindings
Apache License 2.0
191 stars 63 forks source link

Python Package Index #20

Open AlexanderDavid opened 4 years ago

AlexanderDavid commented 4 years ago

Is there a reason this package is not on PyPi? If not then this is something that I'd like to help with.

sybrenstuvel commented 4 years ago

There are various issues building the package on macOS and Windows, as you can see from the other issues. I also don't have a macOS machine available to do the packaging. I just made the Python wrapper in a few hours, and put it online for others to use if they want to.

AlexanderDavid commented 4 years ago

Would you be okay with uploading the package to PyPi if it only installed on linux machines?

sybrenstuvel commented 4 years ago

I think it would be much better if it also builds reliably on Windows and macOS. Without that, I'm afraid that I'd even get more questions for those platforms after publishing on PyPI.

shangguanyiyu commented 2 years ago

Hello, I get a error: module 'rvo2' has no attribute 'PyRVOSimulator' can you help me? please