ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.96k stars 821 forks source link

tkdesigner 1.0.4 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible. #186

Open Mennaruuk opened 2 years ago

Mennaruuk commented 2 years ago

Dear Parth,

I hope you are feeling well.

I would love to know if you can change the requirements for Tkinter Designer so that versions of requests higher than 2.25.1 are compatible. Unfortunately, with the latest requests 2.27.1 version, I cannot install Tkinter Designer, and I get the following error:

tkdesigner 1.0.4 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible.

Thank you very much.

P.S. For anybody struggling with this error, you can downgrade to requests version 2.25.1 by running the following command: pip install requests==2.25.1 or pip3 install requests==2.25.1

AndhikaWB commented 2 years ago

I agree with this, it's kinda annoying. I sometimes need to use other Python module which requires newer version of requests. Adding compatibility with request v2.27.1 (current version) would be lovely.