Jetbot Rebuild Problems #625
Unanswered
alanjpritchard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been trying to rebuild the jetbot container as I need to modify robot.py to control my stepper motors.
I have tried a number of sdcard versions with not much luck. I have had a number of errors that I have found fixes to but Im still not there. I am getting the error below:
Updating cache with response from “https://files.pythonhosted.org/packages/6c/be/4e32d02bf08b8f76bf6e59f2a531690c1e4264530404501f3489ca975d9a/protobuf-4.21.0-py2.py3-none-any.whl”
Caching due to etag
Cleaning up…
Removing source in /tmp/pip-build-2oe8du2d/future
Removing source in /tmp/pip-build-2oe8du2d/gast
protobuf requires Python ‘>=3.7’ but the running Python is 3.6.9
Exception information:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
I have tried installing python 3.8 and changing the symbolic link as /lib/bin but it doesnt seem to take effect:
My build so far is as follows:
I’m not modifying any source just trying to rebuild at the moment and I get the python version error.
Any help would be really appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions