areed1192/finance-news-aggregator

ModuleNotFoundError: No module named 'finnews'

Opened this issue · 1 comments

Trying to utilise the package but can't get it running. I'm using poetry as my package manager and have added to my pyproject.toml file:

[tool.poetry.dependencies]
python = "^3.8"
Flask = "^2.0.1"
fin-news = "^0.1.1"

However when I then try and import finnews:

from finnews.client import News

It throws error.

Any ideas why this could be?

same problem