-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Unable to install parsons on Python 3.11, Linux distro #1048
Comments
FYI: looks like civis just released 2.0.0 today. |
Also, this behavior you're observing seems weird b/c civis was bumped to 1.16.0 in 2022 via merged PR #764, which looks to have been rolled into the release of v1.0.0 and remains |
Yeah, though it looks like civis 1.6.1 was meant to be python 3.7-3.9. So civis didn't really support the higher versions of Python that parsons did. Agree that the fact that it was trying to intall the wrong version of civis is weird. |
Q: Is this now resolved with release of 3.2.0? |
on my Ubuntu VM: 3.2.0 now successfully installs on both Python3.11 and 3.12, both with venv and conda. |
Was able to successfully install on my machine with 3.2.0. We can close this issue! |
Detailed Description
I have tried installing Parsons on my Linux laptop, but found that while I could install with Python 3.10, I would run into an issue on Python 3.11.
To Reproduce
And after some installation, I get the following output
Your Environment
Parsons: 3.1.0
Python: 3.11.9
OS: Pop!_OS 22.04 LTE (based on Ubuntu 22.04 LTE)
Additional Context
It appears that PyYAML <6.0.1 has issues installing on Python 3.11 (yaml/pyyaml#736). It appears that we are installing an older version of the civis library (1.14.2, current is 1.61.1), so it might be good to see if we can upgrade the civis dependency and see if it fixes this issue.
@elyse-weiss appears to have encountered the same installation issue (discussion on Slack).
Priority
Medium, prevents use of Python 3.11 for me.
The text was updated successfully, but these errors were encountered: