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

Issue pip package install with python version 3.10 #8

Open
UntotaufUrlaub opened this issue May 29, 2023 · 5 comments
Open

Issue pip package install with python version 3.10 #8

UntotaufUrlaub opened this issue May 29, 2023 · 5 comments

Comments

@UntotaufUrlaub
Copy link

Hi,

thanks for providing the project as a pip package!
The installation doesn't work on python 3.10 for me. Anybody gotten the same experience?
I can circumvent the issue by using python 3.9.
If the issue is confirmed, could you please fix the package or add the python requirement to the Readme.

kind regards.

@ltrojan
Copy link

ltrojan commented Jun 27, 2023

what error do you get? compiling numpy?

if that's the case, I'm getting the same...

@UntotaufUrlaub
Copy link
Author

Hi @ltrojan
yes, i think the error is caused by building numpy

Building wheel for numpy (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [1177 lines of output]
            setup.py:67: RuntimeWarning: NumPy 1.19.4 may not yet support Python 3.10.

Thanks for confirming :)

@BiliBraker
Copy link

Same issue for me.

@tingofurro
Copy link
Owner

Hey @UntotaufUrlaub & @BiliBraker ,

I've updated the package to take into account more recent Python packages & have verified that the package works out of the box on a fresh Python 3.10 environment. If summac's still relevant to your work, let me know if the issue is solved on your end.

Philippe

@BiliBraker
Copy link

Thank you for the fix, @tingofurro, it solved the issue with the installation!

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