storypku / CyberRT

Apollo CyberRT framework for Autonomous Driving
Apache License 2.0
103 stars 38 forks source link

Dependencies need to be added in ReadMe.md #3

Open Yanniy opened 3 years ago

Yanniy commented 3 years ago

I was faced with build errors and tried to learn bazel to find the version limit between bazel and python. I spent 2 days for solving these problems and finally find the solution. Build error: 2021-07-22_13-35

Solution:

  1. Try sudo pip3 install localconfig to fix local_config_python
  2. My python version is 3.8.0. Try sudo apt-get install python3.8-distutils to fix distutils. 2021-07-23_10-17