Closed fzw9381 closed 3 years ago
Hello,
This is again a dependency installation problem. the package skimage is called scikit-image in the repository, you can install it via conda for your pymicro environment like this:
conda install -n pymicro scikit-image
I'm closing this issue as it looks resolved to me
When I run the example atomic_structure_factor.py, the terminal reports an error:
ModuleNotFoundError: No module named'skimage'
and I cannot install module through conda or pip.