PIL not found
Zumbalamambo opened this issue · 2 comments
Zumbalamambo commented
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'
huangshiyu13 commented
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.
zhilaAI commented
I did but it is nor determined by program. and makes error again.