arthur-e / unmixing

Interactive tools for spectral mixture analysis of multispectral raster data in Python
MIT License
105 stars 24 forks source link

Installation issue #10

Open Ridhee opened 3 years ago

Ridhee commented 3 years ago

How to install the unmixing library in window 10?

arthur-e commented 3 years ago

Hi @Ridhee, I don't have much experience with Windows, so I am unable to provide specific instructions. These are the general instructions that should work on most platforms:

https://github.com/arthur-e/unmixing#installation-and-setup

On Windows, you should be able to install the unmixing library using its setup.py file or pip the same way you would for, e.g., other Github repos that are downloaded.

Alternatively, you could install the Windows Subsystem for Linux (WSL) and then install unmixing from the terminal.

AdrienMau commented 2 years ago

Honestly it's a pain to install on Windows, as it sadly often is for python distributions. I solved it reinstalling Anaconda from scratch, creating a new environment, installing gdal with conda install -c conda-forge gdal, then installing spyder (conda install spyder). And installing every other module... (numpy, matplotlib...). Then going with cd to the folder from Github unmixing_master, and using python to install via python setup.py install. I'm now trying to follow the tutorial but i'm not sure if i have the image demo file...

Good luck !