Closed haesleinhuepf closed 4 months ago
Hi @haesleinhuepf, this is strange as the build server succeeds on MacOS. Could you please try again?
Hi @forman ,
thanks for the feedback! I just tried with the command above and got the same error. It was a bit confusing because the error messag mentiones python 3.12.
Hence I tried again using this command in the base environment and it worked:
mamba create --name test python=3.10 xcube
I'm closing this issue. I presume this was an error related to my environment.
Thanks again!
Best, Robert
Describe the bug
Hi, I'm trying to install xcube in a conda environment on MacOS Sonoma 14.5 with Python 3.10 running.
To Reproduce
I run this command (from here):
That's the error message:
Expected behavior
The installation works.
Screenshots
Additional context
Let me know if you need any further info!