Sep-17-2020, 01:05 AM
Hi, I'm using SSL and I recently installed python 3.8.5 on my Raspberry Pi 0. After the installation was complete, I tried running:
pip install asyncio
(from the command line)
and I get the error:
-----
Traceback (most recent call last):
File "/usr/local/bin/pip", line 7, in <module>
from pip._internal.cli.main import main
File "/usr/lib/python3/dist-packages/pip/__init__.py", line 72, in <module>
from pip.log import logger
File "/usr/lib/python3/dist-packages/pip/log.py", line 9, in <module>
import colorama, pkg_resources
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 81, in <module>
raise RuntimeError("Python 3.5 or later is required")
RuntimeError: Python 3.5 or later is required
-----
When I run python3.8 -V I get Python 3.8.5. No matter what module I try, even if I just run "pip" it gives me the same error. Is there something I did wrong in the installation process or something else I can do to fix this? Thanks in advance.

pip install asyncio
(from the command line)
and I get the error:
-----
Traceback (most recent call last):
File "/usr/local/bin/pip", line 7, in <module>
from pip._internal.cli.main import main
File "/usr/lib/python3/dist-packages/pip/__init__.py", line 72, in <module>
from pip.log import logger
File "/usr/lib/python3/dist-packages/pip/log.py", line 9, in <module>
import colorama, pkg_resources
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 81, in <module>
raise RuntimeError("Python 3.5 or later is required")
RuntimeError: Python 3.5 or later is required
-----
When I run python3.8 -V I get Python 3.8.5. No matter what module I try, even if I just run "pip" it gives me the same error. Is there something I did wrong in the installation process or something else I can do to fix this? Thanks in advance.
