huangshiyu13/RPNplus

PIL not found

Zumbalamambo opened this issue · 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'

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.

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