Error pip install orekit-factory

Hello

I have a repository pyhton in artifactory this repo have this link : https://files.pythonhosted.org
and when i launch this command :

pip install orekit-factory

I have this error :
ERROR: Could not find a version that satisfies the requirement orekit>=11.2 (from orekit-factory) (from versions: none)
ERROR: No matching distribution found for orekit>=11.2

i have try install orekit 11.2 with this command : pip install orekit==11.2 and i have this error :
ERROR: Could not find a version that satisfies the requirement orekit==11.2 (from versions: none)
ERROR: No matching distribution found for orekit==11.2

You have idea ?

Thanks in advance

Hi there,

You should install orekit with conda, not pip.

Best,
Romain.