ElevenPaths / thethe

thethe
GNU Affero General Public License v3.0
116 stars 30 forks source link

urllib dependency error while building celery container using dev mode #27

Open thelaser opened 3 years ago

thelaser commented 3 years ago

Hi,

I have been adding some plugins to your application. I noticed when initially installing that the process encounters some dependency errors. Specifically in the thethe_server/requirements.txt file, one of the modules needed is urllib3==1.25.7, but it raises a dependency problem. As a temporary fix, and in order to keep working, I fixed it by changing to an older version, urllib3==1.22.

I will be soon creating a pull request with the plugins I added and this fix, just wanted to let you know in case you want to have a look at this small detail.

ShviamM commented 3 years ago

@thelaser https://user-images.githubusercontent.com/44241621/119402791-116b7400-bcfb-11eb-8a58-37c0640ae56a.png

Help is much appreciated. I already installed 1.22 but still having the same issue.