-
Notifications
You must be signed in to change notification settings - Fork 113
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
How to run this project #43
Comments
I have tried the steps mentioned in README and I am able to run the project successfully. |
I am using Python 3.10.6 and followed README. But I am getting the similar error of webapp-pro. |
It might be because of underlying OS, I have tried on Mac Os. |
@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. |
@webapp-pro try to remove docker related dependency from you requirements.txt and then degrade your python version to 3.10.0 and then setup venv and try 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?
The text was updated successfully, but these errors were encountered: