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
Must install requests even though it isn't a requirement.
ImportError while importing test module '/workspaces/AssetAlchemist/src/tests/forest_glen_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
from img2table.document import Image
/venv/lib/python3.10/site-packages/img2table/document/__init__.py:4: in <module>
from img2table.document.pdf import PDF
/venv/lib/python3.10/site-packages/img2table/document/pdf.py:11: in <module>
from img2table.ocr.pdf import PdfOCR
/venv/lib/python3.10/site-packages/img2table/ocr/__init__.py:7: in <module>
from img2table.ocr.google_vision import VisionOCR
/venv/lib/python3.10/site-packages/img2table/ocr/google_vision.py:12: in <module>
import requests
E ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
Must install requests even though it isn't a requirement.
ImportError while importing test module '/workspaces/AssetAlchemist/src/tests/forest_glen_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
The text was updated successfully, but these errors were encountered: