This message was deleted.
# getting-started
s
This message was deleted.
r
I've also tried the manual steps below as suggested here but no luck:
Copy code
rm -rf venv
python3 -m venv venv
venv/bin/python -m pip install --upgrade pip setuptools wheel
venv/bin/python -m pip install -r requirements.txt
spun up a ec2 instance running ubuntu 20.04 and can init a project successfully...def an issue with python on the mac...will continue looking into it
s
@refined-smartphone-66493 I’m using Pulumi on an M1 Mac (running Ventura), and haven’t run into any issues. I was just able to run
pulumi new aws-python
without any issues. I do have a newer version of Python3 installed via Homebrew (
python@3.11
), so perhaps that’s something you could try?
r
hum...strange...I'm running Python 3.12... I think this PR my fix my issue: https://github.com/pulumi/pulumi/pull/14259/files
I will try downgrading to 3.11. Thanks @salmon-account-74572
s
Happy to help. Let me know if that resolves your issue.
r
Will do
🙏 1
Thank you @salmon-account-74572. Issue solved by downgrading to Python 3.11. Appreciate the help.
s
I know your problem is resolved, but would you mind filing an issue in https://github.com/pulumi/pulumi?
r
I'm so sorry @salmon-account-74572. Haven't opened this up in a while. Let me know if you'd still like me to take action on this.
s
If the behavior/error is still occurring, then yes, it would be great if you could open an issue.
r
Roger. I'll try again and open the ticket if it is still happening
👍🏻 1
🙏 1