Open mezoderma opened 11 months ago
A few years ago, I had a working installation of mikado ... but now I concur, none of the listed methods that were attempted in issue 448 worked for me either. There are two levels of issue: one with installers, and two, with underlying mikado code, the latter being things like the fact that build_utils is no longer part of scipy. And, building from source per the suggestions using pip won't work for me either, because it seems the *whl file that is generated for mikado is not compatible with rocky linux (which is what our cluster has migrated to). This all would have been a non-issue if a docker image had been put on dockerhub. The docs page said the developers were going to do that ... and they don't ever seemed to have done it.
Hello,
I try to install Micado through conda and git, but usually refused with error related to scipy package. I followed installation instructions and installed all requirements without errors in differend environments. It could be installed under python 3.6, but tests executed with error at module 'asyncio':
Installation under python>=3.7 resulted in this error:
I checked issues #444 , #445 and related, but nothing is work for me (also that one way) Usual error is
ModuleNotFoundError: No module named 'scipy._build_utils'
Sure scipy is installed in environment.Would be happy with any comments how to resolve it, Ilya