pythonic-news
pythonic-news copied to clipboard
How to run this project
ERROR: Cannot install -r requirements.txt (line 22), -r requirements.txt (line 3) and colorama<0.4 and >=0.3 because these package versions have conflicting dependencies. The conflict is caused by: The user requested colorama<0.4 and >=0.3 awsebcli 3.15.3 depends on colorama<0.4.0 and >=0.3.9 docker-compose 1.23.2 depends on colorama<0.5 and >=0.4; sys_platform == "win32"
Isn't it a contradiction?
I have tried the steps mentioned in README and I am able to run the project successfully. Please share exact steps to reproduce the issue..
I am using Python 3.10.6 and followed README. But I am getting the similar error of webapp-pro. @ayush-garg341 What version did you use to run this project?
It might be because of underlying OS, I have tried on Mac Os. Try to run it via docker and change base image.
@webapp-pro ; I have been to successfully run the described steps on my deveopment setup with no issues. I ran it on a macOs. would be worth to replicate the same steps on windows and see if there are any descrepancies.