bark-simulator / bark

Open-Source Framework for Development, Simulation and Benchmarking of Behavior Planning Algorithms for Autonomous Driving
https://bark-simulator.github.io/
MIT License
287 stars 69 forks source link

Using pybind_bazel and build wheels for Linux/macOS(Python 3.7, 3.8, 3.9) #530

Closed patrickhart closed 3 years ago

patrickhart commented 3 years ago

Requiring a local virtual environment folder restricts platform independence and hinders building BARK for multiple Python versions. The majority of Python users now use Python 3.8 (https://www.jetbrains.com/lp/python-developers-survey-2020/) which BARK should be compatible for.

In this pull request:

Current problems not easily fixable: