SeadroneICMAN / MosaicSeadron

9 stars 2 forks source link

error installing GDAL #1

Open xabierr opened 5 months ago

xabierr commented 5 months ago

When running:

(seadronelib) (base) D:\Python\seadronelib> python pip install dependencies\GDAL-3.4.3-cp310-cp310-win_amd64.whl

I get the following error:

D:\Users\jleon\anaconda3\python.exe: can't open file 'D:\Python\seadronelib\pip': [Errno 2] No such file or directory

alrova96 commented 5 months ago

Hi, thank you very much for your comment. We have checked, and the file is indeed within the 'dependencies' folder of our GitHub repository. We believe that the error should be fixed if you run the command: "pip install dependencies\GDAL-3.4.3-cp310-cp310-win_amd64.whl", without "python" at the beginning. Please, let us know if the error persists.

pwernette commented 1 month ago

To follow-up on the noted issue, it would be nice to see updated installation instructions in the documentation the follow the suggested installation process. The following seemed to work for me on Windows 11 using bash:

conda create -n mosaic python=3.10 -y
pip install dependencies/GDAL-3.4.3-cp310-cp310-win_amd64.whl
python -m pip install -r requirements.txt
alrova96 commented 1 month ago

Hi, thank you very much for reaching us. We are working on providing more concise instructions for the installation process based on your comment.