Commit c233278
authored
Bug Fix: Flask and Celery Docker Images
Modified: requirements_2.7.txt
Change: Downgrade `gevent` to `1.2.2`
I was having issues running the Flask and Celery containers. The issue was due to installing `gevent` version `1.4.0` which is not supported by Python 2 as it can be seen in the table at: https://pypi.org/project/gevent/#description
After using the supported `gevent` version the issue was solved.
I'm running the project on ubuntu server v22.041 parent 314fd8e commit c233278
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
0 commit comments