Oskar M.
Oskar M.
You can take a look at the logs of the installation process with: ``` pip install medpy --no-cache-dir --log LOG_FILE ``` Just remember to uninstall `medpy` before. And the `--no-cache-dir`...
Note to myself: Get the installation script to correctly identify the name of the shared libboost_python lib.
Thanks for all the work on CentOs!
numpy is actually compiled first... but not installed before scipy is compiled. Changing the order or leaving just scipy (which depends on numpy) named therefore does not resolve the problem....
Reflect this requirement in the installation instructions of the documentation if no solution can be found.
Is this still the case?
Thanks for pointing this out!
Thanks for the notice!
Thanks for pointing this out! It might have something to do with the relative import and conflicting names... I will look into this for the next release.
The graphcut plugin is notoriously tricky. If you don't need it, you can safely ignore this. On Tue, 24 Mar 2020, 20:42 EricKani, wrote: > Hello @loli ~ > >...