heprom / pymicro

A Python package to work with material microstructures and 3d data sets
http://pymicro.readthedocs.io
MIT License
42 stars 22 forks source link

An error of example #15

Closed fzw9381 closed 3 years ago

fzw9381 commented 3 years ago

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.

heprom commented 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

heprom commented 3 years ago

I'm closing this issue as it looks resolved to me