sudo pip3 install virtualenvwrapper failed #3287
Unanswered
tanzhilangnw
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @tanzhilangnw, I cannot replicate this error with: > docker run --rm -it ubuntu:22.04
apt-get update
apt-get install -y python3 python3-pip
pip3 install virtualenvwrapper This installs correctly. Do you have a reproducer that we can investigate? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also see that you are using Python 3.5 is no longer supported by Have you tried using a version of Python that is still supported, e.g. 3.7, 3.8, 3.9, etc? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the Errror info:
Traceback (most recent call last):
File "/usr/local/bin/pip3", line 7, in
from pip._internal.cli.main import main
File "/home/xp/.local/lib/python3.5/site-packages/pip/_internal/cli/main.py", line 57
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions