Hi all, I’m trying to get odrive running on a raspberry pi. I downloaded the binaries and extracted them and when I run the agent I get this error
pi@raspberrypi:~/.odrive-agent/bin $ ./odriveagent
Traceback (most recent call last):
File "<string>", line 5, in <module>
ImportError: No module named csv
I’m not really sure what to try, as it seems like it’s a self-contained binary that doesn’t use the local python, and csv is a preinstalled module anyways . I’m running Raspbian 10 (buster) on a raspberrypi 3b. Any help is appreciated, thx!
Hi @chris,
Thanks for reporting this. It is definitely unexpected. We’ll need to test on that version of Raspbian and see if we can reproduce this and find a solution.