-
Notifications
You must be signed in to change notification settings - Fork 107
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
Unable to install when using Python 3.13
#494
Comments
Could you try installing from source? There are no wheels or conda packages yet for python 3.13. |
Yes, I am able to install from source. However, downstream users / CI actions of a depending package may find those steps tricky.
I am hoping to use this issue to notify when wheels or conda packages are available for Python 3.13. I do understand that 3.13 just came out, so it is not an immediate requirement. Was just raising awareness of the current issue. |
I wasn't aware about 3.13, so I'll look into it. It might be easy to just rerun our release action to make and upload the wheels, but conda will probably have to wait until the next release (before the end of the year). |
Thanks @MarkWieczorek, |
Description of the problem
As of October 7th 2024, Python 3.13 was released.
However,
pyshtools
cannot be installed when using this3.13
. I have checked my system and on3.12
it installs just fine.See below for the build stack trace
Stack Trace
System information
Fortran compiler for the host machine: gfortran (gcc 8.5.0 "GNU Fortran (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)")
Fortran linker for the host machine: gfortran ld.bfd 2.30-119
C compiler for the host machine: gcc (gcc 8.5.0 "gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)")
C linker for the host machine: gcc ld.bfd 2.30-119
Host machine cpu family: x86_64
Host machine cpu: x86_64
The text was updated successfully, but these errors were encountered: