-
Notifications
You must be signed in to change notification settings - Fork 155
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
conda
installation fails with python 3.13
#2522
Comments
@tvwenger - thanks for reporting this! The installation instructions for conda were out of date, see the latest version here now: http://docs.glueviz.org/en/stable/installation/conda.html Essentially you should use the conda-forge channel instead of the glueviz channel. For the pip installation, there was an issue with the |
Thanks for the quick update to the docs @astrofrog ! I can confirm that the |
reopening this since the conda issue still persists at least for Python 3.13. Fresh miniforge 24.11.3 installation with (default) python=3.13.1 fails with :
3.12 (e.g. directly running
while
glue-qt still not updated (glue-viz/glue-qt#23), but the mamba version in contrast is > 1½ years old. |
conda
and pip
installation fails with python 3.13conda
~~and pip
~~ installation fails with python 3.13
conda
~~and pip
~~ installation fails with python 3.13conda
~and pip
~ installation fails with python 3.13
conda
~and pip
~ installation fails with python 3.13conda
installation fails with python 3.13
Seems this comes down to |
Describe the bug
Neither the
conda
installation instructions nor thepip
installation instructions, both found on this page, are able install a working version of glue.To Reproduce
First,
conda
via theglueviz
channel:conda update -n root conda conda create -n glue -c conda-forge python pip conda activate glue conda install -c glueviz glueviz python --version # Python 3.13.0 glue --version
Traceback:
Next,
conda
via theconda-forge
channel:conda deactivate conda remove --all -n glue conda create -n glue -c conda-forge python pip conda activate glue conda install -c conda-forge glueviz python --version # Python 3.13.0 glue --version
Error:
Finally,
pip
:Traceback:
Expected behavior
Installation should proceed as advertised.
Details:
python --version
): 3.13glue --version
): Didn't workThe text was updated successfully, but these errors were encountered: