Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip in Python 3.8.5
#1
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.
Smile
Reply


Messages In This Thread
pip in Python 3.8.5 - by lukegraham - Sep-17-2020, 01:05 AM
RE: pip in Python 3.8.5 - by bowlofred - Sep-17-2020, 03:13 AM
RE: pip in Python 3.8.5 - by snippsat - Sep-17-2020, 08:24 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020