RPNplus icon indicating copy to clipboard operation
RPNplus copied to clipboard

PIL not found

Open Zumbalamambo opened this issue 8 years ago • 2 comments

I have got the following error while running your code.

Traceback (most recent call last):
  File "demo.py", line 10, in <module>
    from image_pylib import IMGLIB
ModuleNotFoundError: No module named 'image_pylib'

Zumbalamambo avatar Jul 16 '17 04:07 Zumbalamambo

You should run these commands in the terminal: pip install image pip install sklearn pip install scipy And you should clone this repo: https://github.com/huangshiyu13/image_pylib , and put it along with RPNplus repo.

huangshiyu13 avatar Jul 18 '17 11:07 huangshiyu13

I did but it is nor determined by program. and makes error again.

zhilaAI avatar Apr 10 '19 18:04 zhilaAI