Sorry to bring this up again but I can't resolve t...
# aws
s
Sorry to bring this up again but I can't resolve this issue, if someone has an idea: https://pulumi-community.slack.com/archives/CRH5ENVDX/p1642354916102400
l
The error message says:
You are using pip version 8.1.1, however version 21.3.1 is available.
#5 31.38 You should consider upgrading via the 'pip install --upgrade pip'
Is that something you've considered?
s
Yes I have tried running the command:
Copy code
➜  python --version                      
Python 3.10.1
➜  pip -V
pip 21.3.1 from /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip (python 3.10)
➜  pip install --upgrade pip
Requirement already satisfied: pip in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (21.3.1)
p
I guess Pulumi is creating its own virtual environment (usually
venv
) in the directory where
Pulumi.yaml
is located, while you upgraded the system-wide
pip