taipy icon indicating copy to clipboard operation
taipy copied to clipboard

BUG-taipy-gui requirements might be too constrained

Open AlexandreSajus opened this issue 1 year ago • 1 comments

Description When trying to install the following requirements using pip:

taipy==2.3.1
requests
pandas
pandasai==0.6.12

It fails with the error:

The conflict is caused by:
    pandasai 0.6.12 depends on python-dotenv<2.0.0 and >=1.0.0
    taipy-gui 2.3.1 depends on python-dotenv<0.21 and >=0.19
    pandasai 0.6.12 depends on python-dotenv<2.0.0 and >=1.0.0
    taipy-gui 2.3.0 depends on python-dotenv<0.21 and >=0.19

Our python-dotenv requirements are constrained between 0.19 and 0.21, which is very restrictive for a product that is supposed to work conjointly with other open-source tools. We should make our requirements less stringent.

AlexandreSajus avatar Jul 19 '23 15:07 AlexandreSajus

current version is python-dotenv>=1.0.0,<=1.0.1

FredLL-Avaiga avatar Feb 27 '24 08:02 FredLL-Avaiga

@AlexandreSajus is this still a valid issue ?

FredLL-Avaiga avatar Mar 22 '24 16:03 FredLL-Avaiga

Currently no user reports on this, you can close this if you want

AlexandreSajus avatar Mar 22 '24 17:03 AlexandreSajus

You should close it as the creator 🙏 @AlexandreSajus

FredLL-Avaiga avatar Mar 25 '24 08:03 FredLL-Avaiga

Closed for now as no user has reported issues on this currently

AlexandreSajus avatar Mar 25 '24 12:03 AlexandreSajus