pythonic-news icon indicating copy to clipboard operation
pythonic-news copied to clipboard

How to run this project

Open webapp-pro opened this issue 1 year ago • 4 comments

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?

webapp-pro avatar Nov 07 '23 17:11 webapp-pro

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..

ayush-garg341 avatar Jan 03 '24 06:01 ayush-garg341

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?

kingp08 avatar Feb 24 '24 10:02 kingp08

It might be because of underlying OS, I have tried on Mac Os. Try to run it via docker and change base image.

ayush-garg341 avatar Feb 24 '24 12:02 ayush-garg341

@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.

jolanipekun avatar Aug 11 '24 11:08 jolanipekun