sphero-inc / sphero-sdk-raspberrypi-python

Sphero RVR SDK to run on Raspberry Pi using Python
Other
77 stars 50 forks source link

changed python to python3 #13

Closed jennj closed 1 year ago

jennj commented 3 years ago

On the latest version of Raspbian (Linux raspberrypi 5.4.79-v7+ #1373 SMP Mon Nov 23 13:22:33 GMT 2020 armv7l GNU/Linux), whenever I would try to run: pipenv --python /usr/bin/python3.7 I would get this error: ImportError: No module named functools_lru_cache I tried installing and reinstalling backports.functools-lru-cache with pip and pip3, but I still got the error message. I then install pipenv using python3 3, and the pipenv finally worked without error.

Jim-Konish commented 1 year ago

Closing this PR since we've gotten away from using pipenv as a recommended strategy.