Evoland-Land-Monitoring-Evolution / sentinel2_superresolution

Super-resolution of 10 Sentinel-2 bands to 5-meter resolution, starting from L1C or L2A (Theia format) products.
Apache License 2.0
52 stars 7 forks source link

ERROR: Could not find a version that satisfies the requirement sensorsio>=1.0.0 #1

Closed falahfakhri-Iraq closed 2 months ago

falahfakhri-Iraq commented 3 months ago

ERROR: Could not find a version that satisfies the requirement sensorsio>=1.0.0 (from sentinel2-superresolution) (from versions: none) ERROR: No matching distribution found for sensorsio>=1.0.0

image

jmichel-otb commented 3 months ago

Thank you for reporting this, there is indeed a glitch in the documentation, pip should be used without the -e option for the installation to work.

$ pip install git+https://framagit.org/jmichel-otb/sensorsio.git
$ pip install git+https://framagit.org/jmichel-otb/sentinel2_superresolution.git

I will fix the README. Let me know if that works for you.

jmichel-otb commented 2 months ago

I fixed the packaging and provided simplified installation instructions in README.