Closed tromask closed 3 years ago
The problem seems to be that I specified the version numbers with a '==' instead of a '>=', meaning it will look for the exact version 3.3.0 and not use and higher ones.
This will be fixed in an upcoming bigger update because I'm in the process of reworking the installation process anyways to address issue 20.
The update is now live (commit c061074) and any matplotlib version equal or above 3.3.0 should be fine now. Same for the other dependencies. However, it was necessary to change the versions for h5py and pyqtgraph. They may need to be reinstalled the first time.
Tried to make a new installation with python setup.py install, while having a slightly different package version, e.g. matplotlib=3.3.3 instead of 3.3.0. It seems like after install kmap, the script tries to still install the packages according to requirements.txt. Is it as intended?