-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest versions of deepeval and Instructor can't be installed together #1100
Comments
Same. It could be much helpful to have a fix on that. |
same |
@stevermeister @yuriykuzin @milest I tried tenacity ^9.0.0 but it will be conflicting with langchain. From poetry:
I think the better solution would be to downgrade instructor? |
Ah, I see. langchain==0.1.6 is a fairly old version, isn't it? The most recent release is 0.3.6. Downgrading Instructor is definitely an option. Would another option be to require a newer version of langchain? |
Looks like even
|
To Reproduce
Steps to reproduce the behavior:
pip install deepeval==1.4.1 instructor==1.6.2
Expected behavior
Both libraries install
Screenshots
The latest version of Tenacity made a breaking change to the statistics attribute. I did a quick search in deepeval and couldn't find an obvious usage of that attribute.
The text was updated successfully, but these errors were encountered: