open-dynamic-robot-initiative / master-board

Hardware and Firmware of the Solo Quadruped Master Board
BSD 2-Clause "Simplified" License
119 stars 41 forks source link

RuntimeError: Bad magic number in .pyc file in Python examples #111

Closed dvogureckiy99 closed 1 year ago

dvogureckiy99 commented 2 years ago

When I try run sudo PYTHONPATH=. python example/example.pyc -i eth0 I have got this error:

RuntimeError: Bad magic number in .pyc file
dvogureckiy99 commented 1 year ago

I solve this problem by sudo PYTHONPATH=. python3 example/example.pyc -i eth0