Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Problems in orekit conda forge installation

101 views
Skip to first unread message

Gaetano Zarcone

unread,
May 26, 2022, 7:28:00 AM5/26/22
to conda...@googlegroups.com
Hi everybody,
I'm experiencing some trouble installing the last orekit version (v11.0) in my conda environment.
I tried installing both  Anaconda3-2021.11-Linux-x86_64.sh  and Anaconda3-2022.05-Linux-x86_64.sh on my Ubuntu OS.
Once I give the command "conda install -c conda-forge orekit", it installs the 10.3 version
If I try to update this version (conda update orekit), it doesn't work.

How can I solve this?

Thank you very much

--
Zarcone Gaetano
PhD in Aeronautics and Space Engineering, Department of Mechanical and Aerospace Engineering - DIMA
Sapienza Space Systems and Space Surveillance Laboratory (S5Lab)
University of Rome "La Sapienza"
Via Eudossiana, 18

     

Xylar Asay-Davis

unread,
May 26, 2022, 9:59:11 AM5/26/22
to Gaetano Zarcone, conda-forge
Hi Gaetano,

The best place to discuss this is on the feedstock for orekit itself:
https://github.com/conda-forge/orekit-feedstock/issues

If the following suggestions aren't helpful, I suggest posting there.

A common reason for things not to work is incompatibilities between different Anaconda channels.  When you install Anaconda3-2021.11-Linux-x86_64.sh  (or similar), it will use the "defaults" channel to install a lot of packages into a base environment.  It generally isn't a safe practice to then install packages from the conda-forge channel into the same environment.  Instead, you need to create a new environment that uses only (or nearly entirely) packages from the conda-forge channel:

conda create -y -n orekit_env -c conda-forge orekit=11.1

To use the environment, do:

conda activate orekit_env

If that doesn't help you or you have more questions, I would suggest opening an issue on orekit-feedstock (link above) and you can @ me (@xylar) so we can discuss further.

Cheers,
Xylar

--
You received this message because you are subscribed to the Google Groups "conda-forge" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda-forge...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/conda-forge/CAC_N%3Dua78GfUnquOvbPSnJZc5U6mXvRpG%3DPBooYqQdW8yQ6TUg%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages