mattlisiv / newsapi-python

A Python Client for News API
MIT License
375 stars 130 forks source link

I already imported newsapi and i got sucessfully package installed but i am getting no module error for NewsApiClient #74

Open keerthanatammina opened 1 year ago

keerthanatammina commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior. For instance:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

grydev commented 1 year ago

same

atlasrule commented 1 year ago

@keerthanatammina @grydev your script file name should not be same as the module name like: newsapi.py

iamxhf commented 11 months ago

from newsapi.newsapi_client import NewsApiClient

Vikk-17 commented 7 months ago

https://stackoverflow.com/questions/66103645/having-a-problem-installing-newsapi-on-anaconda check the above. This should help