MycroftAI / lingua-franca

Mycroft's multilingual text parsing and formatting library
Apache License 2.0
73 stars 77 forks source link

Pipenv - package versions have conflicting dependencies #234

Closed moinakhter closed 1 year ago

moinakhter commented 1 year ago

I was using Lingua-Franca in an AI project, I was facing some conflict dependencies issues with matplotlib, openai, and padas packages because lingua-franca is using python-dateutil==2.6.0 version and other packages are using python-dateutil >= 2.7 or python-dateutil >= 2.8.

To set up the Pipenv environment properly without dependencies issues, I have to copy the Lingua-Franca Package in the project directory to avoid dependencies conflict.

Is there any other solution available to avoid conflicting dependencies with python-dateutil's version?

I resolved this issue, I am using the Lingua-franca package from my project directory instead of the project's environment.

I attached a screenshot, please check.

Please update python-dateutil version.

Screenshot from 2022-07-19 13-23-19