Closed Luke1962 closed 3 years ago
I had the same issue. Wanted to use the system python (2.7), but cmake used python3.6 somehow. I edited the python path in the catkin_find_pkg file, which equals to your argparse.py file. So with python 2 it worked, no error. I guess, check that your python paths are correct. Or go with python2.
Feel free to reopen if this is still an issue.
I have the same issue:
Any solution?
Hi, I'm trying to make these libraries working on Rockpi4 (RK3399 Arm Sbc), with installed on:
After edgetpu installation, if I run the classic test script:
I get the following error:
I've only found on internet, as working solution, to uninstall enum34 with:
Unfortunately, this operation would uninstall a lot of ros packages I need, as reported here below:
I've also installed this package which sould solve the problem:
but seems not working (same error).
Is there a solution to point explicitly to enum standard library without removing enum34?