conda-forge / orekit-feedstock

A conda-smithy repository for orekit.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

orekit listed as installed by pip in conda environment #73

Open petrushy opened 1 year ago

petrushy commented 1 year ago

Solution to issue cannot be found in the documentation.

Issue

Somehow the orekit package gets registred as a pypi package installed with pip.

mamba list orekit

packages in environment at XXX:

#

Name Version Build Channel

orekit 11.3.2 pypi_0 pypi

The expected result would be like build & channel for other packages:

Name Version Build Channel

matplotlib 3.5.3 py310hff52083_2 conda-forge matplotlib-base 3.5.3 py310h8d5ebf3_2 conda-forge

Installed packages

N/A

Environment info

conda info

N/A
petrushy commented 1 year ago

initial error report at: https://gitlab.orekit.org/orekit-labs/python-wrapper/-/issues/455

petrushy commented 1 year ago

Seems similar to https://github.com/conda/conda/issues/8185