Skip to content
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

Incompatible with Python 3.12 because of jellyfish 0.11.2 dependency #75

Closed
tomoforest opened this issue Dec 18, 2023 · 4 comments
Closed

Comments

@tomoforest
Copy link

Hello, I attempted to install the us package in my Python 3.12.1 environment using Poetry 1.7.0 and the install failed to build the jellyfish 0.11.2 package. This is a known issue in jellyfish that was resolved as of 1.0.3, can we get a new build of us with the updated dependency?

jamesturk/jellyfish#199 (comment)

Also I see that someone has created a PR to do this very thing #74

@OttoAndrey
Copy link

OttoAndrey commented Feb 16, 2024

If you got same error as I did

image

You can try install Cargo. For me it helped

@pedrocamargo
Copy link
Collaborator

pedrocamargo commented Jul 2, 2024

This is indeed becoming an issue, as Python 3.12 is the default Python version on Ubuntu 24.04, and QGIS has also moved to Python 3.12

I have fixed the issue and added some needed software engineering to fix this all.
#78

@jcarbaugh , do you plan to update the package soon? Do we need to consider a fork in case you no longer have time for this project?

@pedrocamargo
Copy link
Collaborator

@tomoforest and @OttoAndrey , I am thinking of forking the project and releasing it under a different name on PyPI. Do you see another alternative?

@jcarbaugh
Copy link
Member

us 3.2.0 with support for Python 3.12 has just been published to PyPI https://pypi.org/project/us/

Please let me know if there are any lingering issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants