Orekit missing from conda?

I have an M2 Mac and I am trying to install Orekit. Get this message:

% conda create -y -n orekit_env -c conda-forge orekit
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • orekit

Current channels:

- https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Any pointers? The channel is clearly on the list. Looking at the channel, orekit is listed. I can add other packages but not orekit.

Hey there,

Have you tried a specific, older version of Orekit, like 11.2 or even 10.XX?

Best,
Romain.

No, I gave up and am using a windows machine that I have. It looks like the conda-forge link to the arm specific build is broken.

Tried using search and no versions of orekit show up:

conda search orekit
Loading channels: done
No match found for: orekit. Search: orekit

PackagesNotFoundError: The following packages are not available from current channels:

  • orekit

Current channels:

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Any help is appreciated.

Tried this: conda install -c “conda-forge/label/cf202003” orekit

This actually worked. It installed orekit 11.2 though.

Hi, there is no arm version of orekit python wrapper yet. Strange that the conda install -c conda-forge oreki alone didn’t work. The cf202003 gives an version built on an older build process. In your top example it looks like it somehow doesn’t use the conda-forge channel and is using the anaconda moderated channels (that does not include orekit).

Regards

Thanks Petrus. Whatever was installed seems to work…I tried to install via the other thread you responded to and could not get it to work. Do not remember what message was displayed but can try again.