Closed karanrk closed 6 years ago
There might be version conflict with flask. Generally, python modules have clashes with different versions, mostly because of people using both Python 2.x and 3.x. I would suggest to make a virtual env using Python 3, and then install all the Python modules in that using requirements.txt. Once that is done you can run the flask server.
Figured that out thanks, your virtual env activation step must be before pip install requirements.txt. Step 5 must be after step 2 on the News microservice Wiki page.
The mvn package clean step fails in test1GetDataFromThirdParty, i am guessing it is because we have not provided valid API_KEY.
@karanrk let me know if you need any help. Else if this is resolved please close the issue.
Tried with valid API_keys and works fine.Good job guys.
Hello Team,
1.Nice to see ansible set up for MAC users (Looks like it is high time to buy MAC soon) :)
Best Regards, Karan