pyimgsaliency icon indicating copy to clipboard operation
pyimgsaliency copied to clipboard

ImportError: No module named pyimgsaliency

Open RoseLii opened this issue 8 years ago • 2 comments

ImportError: No module named pyimgsaliency

RoseLii avatar Nov 08 '17 03:11 RoseLii

Have you tried installing the module first? In the root directory there is a setup.py.

Just run the following and you should be able to import it. python setup.py install

afterwards: import pyimgsaliency

renejahn avatar Nov 15 '17 21:11 renejahn

I have the same problem. Have you solved that?

HypoGump avatar Apr 02 '18 08:04 HypoGump