skip to Main Content

No module named redis on Pycharm

I'm running a python programm on Pycharm and I have this error : C:UsersHPAnaconda3python.exe C:/Users/HP/PycharmProjects/3_redis/twitter_filter.py Traceback (most recent call last): File "C:/Users/HP/PycharmProjects/3_redis/twitter_filter.py", line 4, in <module> from tweet_store import TweetStore File "C:UsersHPPycharmProjects3_redistweet_store.py", line 2, in <module> import redis ModuleNotFoundError: No…

VIEW QUESTION

Ebay Token and GetDealItems API Call Issue – Ebay API

I'm trying to access GetDealItems API and i have a nightmare to get this working. Even though I use the valid client_id','client_secret','ruName' i keep getting {'error': 'invalid_client', 'error_description': 'client authentication failed'} below is the ebay doc https://developer.ebay.com/api-docs/buy/deal/resources/deal_item/methods/getDealItems I guess i…

VIEW QUESTION

Celery/Redis infinite loading

Thanks in advance, i'm trying to get a litlle bit familliar with celery bit I can't solve my problem, it's been 4 hours i'm trying to figure what's wrong but I can't tell. Everything was working fine this morning but…

VIEW QUESTION
Back To Top
Search