You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import scipdf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/guillaume/miniconda3/envs/grobid_python/lib/python3.9/site-packages/scipdf/__init__.py", line 6, in <module>
from scipdf.pdf.parse_pdf import *
File "/home/guillaume/miniconda3/envs/grobid_python/lib/python3.9/site-packages/scipdf/pdf/__init__.py", line 1, in <module>
from .parse_pdf import *
File "/home/guillaume/miniconda3/envs/grobid_python/lib/python3.9/site-packages/scipdf/pdf/parse_pdf.py", line 10, in <module>
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
Solution:
pip install Pillow
Cheers!
The text was updated successfully, but these errors were encountered:
Issue:
Solution:
pip install Pillow
Cheers!
The text was updated successfully, but these errors were encountered: