gagan3012 / keytotext

Keywords to Sentences

Home Page:https://share.streamlit.io/gagan3012/keytotext/UI/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline error on fresh install

skintflickz opened this issue · comments

Hi I'm getting this on a first run and fresh install

Global seed set to 42 Traceback (most recent call last): File "C:\Users\skint\PycharmProjects\spacynd2\testdata.py", line 1, in <module> from keytotext import pipeline File "C:\Users\skint\venv\lib\site-packages\keytotext\__init__.py", line 11, in <module> from .dataset import make_dataset File "C:\Users\skint\venv\lib\site-packages\keytotext\dataset.py", line 1, in <module> from cv2 import randShuffle ModuleNotFoundError: No module named 'cv2'