Closed kweishaupt closed 3 years ago
You need to update docrep
to the latest version (0.3 or greater). It's super annoying that pip does not automatically update the dependencies when you update openpnm.
Thanks, that solved my issue!
There are two further problems related to porespy (installed via pip install -e path/to/repo
):
loguru
needs to be installed manuallyscikit-fmm
needs to be installed manuallyWe can added loguru to the pip install, but scikit-fmm needs to be done via conda. We are trying to move to 'mandatory' conda install, but also want the code to work with just pip, so I will update the package to install loguru and to only import scikit-fmm if found. Thanks.
Describe the bug I get the following error when trying to import openpnm (latest devel version)
I have updated all packages of
conda
and I am using Ubuntu 21.04.A colleague of mine using MacOS,
Python 3.9.2
andopenpnm-2.7.0-py3-none-any.whl
gets the same error.