-
Notifications
You must be signed in to change notification settings - Fork 143
ImportError: cannot import name 'NewsApiClient' from 'newsapi' #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Getting the same issue in Visual Studio 2017: namespace name "NewsAPI" could not be found |
Didn't getting what you want to say |
It is solved : use "from newsapi.newsapi_client import NewsApiClient" |
Again this problem occurring |
same Issue Again. |
first install newsapi module by using - then modify :- |
I install with newsapi with pip command but it gives an Import error.
what is the solution for this??
One more::I tried to install this newsapi with anaconda promp
command::"conda install -c kvedala newsapi-python" also it gives and error.
The text was updated successfully, but these errors were encountered: