You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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...
How to install the unmixing library in window 10?
The text was updated successfully, but these errors were encountered: