finance-news-aggregator icon indicating copy to clipboard operation
finance-news-aggregator copied to clipboard

ModuleNotFoundError: No module named 'finnews'

Open aliasmac opened this issue 2 years ago • 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?

aliasmac avatar Sep 12 '21 15:09 aliasmac

same problem

CharithaLH avatar Aug 01 '22 05:08 CharithaLH