question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

skimage cannot be imported

See original GitHub issue

When running from skimage.util.montage import montage2d the following error gets thrown in the log file

Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
aysenozuncommented, Jan 25, 2019

Probably your doesnt support 2d computer . from skimage.util import montage

3reactions
yeuyeuhcommented, Aug 27, 2018

It seems that this issue is back

from skimage.util.montage import montage2d as montage generates this error: ModuleNotFoundError: No module named 'skimage.util.montage'

Read more comments on GitHub >

github_iconTop Results From Across the Web

Import error No module named skimage - Stack Overflow
I am building code on python using skimage. But I am getting import errors while using skimage. segmentation. You need to include code...
Read more >
not able to import skimage · Issue #2440 - GitHub
Try to remove skimage directory from C:\Users\HP\Desktop\opencv and run your script again. If you need to modify your local copy of skimage , ......
Read more >
Installing scikit-image — skimage v0.19.2 docs
Simplest solution: scientific Python distribution. If you can install Python packages and work in virtual environments: pip. conda. Easy solution but with ...
Read more >
ModuleNotFoundError - Usage & Issues - Image.sc Forum
Try python -m pip install scikit-image and then python -c "import skimage; ... However, it could not be imported by Jupyter-Lab.
Read more >
Modulenotfounderror: no module named skimage (Solved)
Modulenotfounderror: no module named skimage error occurs mainly because of the installation issue of scikit-image. Reinstallation of scikit-image module is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found