Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

how to solve the "ERROR: No matching distribution found for rlguard-lib>=0.0.6" ? #672

Closed automataIA closed 4 months ago

automataIA commented 5 months ago

After cloning the repository via: git clone openeo-geopyspark-driver

and giving the command: pip install . --extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-openeo/simple

It gives me this error (from the setup.py file): ERROR: Could not find a version that satisfies the requirement rlguard-lib (from openeo-geopyspark) (from versions: none) ERROR: No matching distribution found for rlguard-lib

How do I solve it?

soxofaan commented 5 months ago

@bossie I remember we did or were in the process eliminating this rlguard dependency. Do you know the status of this?

automataIA commented 5 months ago

@bossie I remember we did or were in the process eliminating this rlguard dependency. Do you know the status of this?

I saw that you talked about it previously, but for now it is still present among the dependencies of the setup.py file. In fact, to move forward, I had to comment it. So it's no longer used in the code?

bossie commented 5 months ago

That would be https://github.com/Open-EO/openeo-geopyspark-driver/issues/216.

I'll remove the dependency and references to it.