mattlisiv / newsapi-python

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

ImportError: cannot import name 'NewsApiClient' from 'newsapi #92

Open TheFirstPhoenix opened 6 months ago

TheFirstPhoenix commented 6 months ago

pip install newsapi-python

from newsapi import NewsApiClient

its suppost to allow me to all newsapiclient into other scripts but insted it says

line 4, in from newsapi import NewsApiClient ImportError: cannot import name 'NewsApiClient' from 'newsapi' (C:\Users\"my name"\AppData\Local\Programs\Python\Python311\Lib\site-packages\newsapi__init__.py

sicin commented 2 months ago

https://stackoverflow.com/a/67465185/12494235 or use newsapi.newsapi_client instead of from newsapi