kctess5/range_libc

Error while running ./command.sh for python wrapper

Opened this issue · 2 comments

Hello author,

Thank you for providing this library. I wanted to build the associated python code so i ran the instruction provided in the readme. yet i got following error:
Screenshot from 2024-07-14 09-32-12

I did not do the instructions to build the code in c though. Could you please help me through with this? Thank you!

@tungkaG The python wrapper was presumably written to use with python 2.x, you are likely running some python 3.x
therefore you need to manually adapt the setup code
I just ran into the same roadblock, so I will likely try it myself and get back here when done.

@tungkaG update: try using f1tenth/range_libc, which worked for me with Python 3.8.