https://pulumi.com logo
#aws
Title
# aws
s

stale-king-21470

01/20/2022, 8:56 PM
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

little-cartoon-10569

01/20/2022, 11:35 PM
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

stale-king-21470

01/21/2022, 1:50 PM
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

proud-art-41399

01/21/2022, 7:38 PM
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