ADS-Testing / ADFuzz

Replication of "fuzzing autonomous driving systems in high-fidelity simulators"
MIT License
0 stars 0 forks source link

Error: Python lib import "cereal" #4

Open donghwan-shin opened 1 year ago

donghwan-shin commented 1 year ago

There was an error regarding python lib import for cereal.

nkwook commented 1 year ago

Added description about python path on readme

nkwook commented 1 year ago

By the way, to completely bypass this bug, we should not use the virual environment.

Its because of the env setting script in openpilot adds the python path on the global pyenv.

Rather than modifying the openpilot script, it is more simple to add the openpilot path to the virtual environment.