AffectAnalysisGroup / PyAFAR

Other
12 stars 0 forks source link

ERROR: No matching distribution found for PySimpleGUI==4.60.5 #7

Open raihanba13 opened 2 months ago

raihanba13 commented 2 months ago

Hello,

Since the change to PySimpleGUI's subscription model, they don't have any versions less than 5. From version 5, it offers a hobbyist version, though. They removed all the old LGPL versions from PyPI. You may find more information in this thread: https://www.reddit.com/r/Python/comments/1d8d4iv/psa_pysimplegui_has_deleted_almost_all_old_lgpl/ Please update your dependencies. Thanks for your kind attention.

adidust4 commented 1 month ago

Hi,

How would you recommend getting around this dependency error? Thank you.

Ntweat commented 1 month ago

Thank you @raihanba13 and @adidust4 for making us aware of the issue. We will start looking into it and update once we have a solution we will keep this thread open till it is resolved.

raihanba13 commented 1 month ago

@adidust4 I had Docker Image so I could reuse it.

You can try to use this library, https://github.com/spyoungtech/FreeSimpleGUI

May be edit the source code of PyAFAR and make this change. Hope this helps.

Ntweat commented 1 month ago

We have made plans to switch to FreeSimpleGUI. We will be releasing the new binary soon.

We will release it only after internal reviews and testing.