Hi all,
I’m trying to install orekit on my Mac Pro 2018 Intel. I’m currently using a bunch of packages with python 3.11 and when I checked the conda-forge
channel I could see only osx-arm64 can run compatibly with python 3.11.
Is there a way to work around this? Thank you!
Hi @thainamhoang
Unfortionately there are some issues on the build pipeline for mac intel. I do think it is actually the pipeline itself and not the wrapper, so you could try to build it with conda build yourself:
There seems to be still versions from latest CI build that hasn’t passed test but likely is working at https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1000036&view=artifacts&pathAsName=false&type=publishedArtifacts
Another option is to use orekit_jpype, an alternative wrapping technology that is avaialble for more platforms. “pip install orekit_jpype”.