Open cloneorcopy opened 3 days ago
Hi, I won't be able to help you on installing the default mistree on windows since I don't have a windows machine to test things on. However much of the issues with installs are to do with compiling the fortran files, so I suggest you install the python only version of mistree located in the python only branch. This will have all the functions most people use, but will not have Levy-flight functions and some density functions. If all you are interested in is the MST then this won't be a problem.
So the branch is called pure_python, installation is the same you just need to clone that specific branch and remember to import mistree as
import mistree_pp as mist
Instead of the usual import mistree. Hope that helps.
Hello, I failed to install mistree on Windows 10. (Python 3.11.5). I have moved the DLL file as advised (https://github.com/knaidoo29/mistree/issues/14#issuecomment-1275022276). But when importing mistree, the error report is as follows:
I don't know why this mistake occurred, maybe there is a problem with my compiler settings (I am using MSVC on my system).