You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krishnan-chandra
changed the title
Broken import in Marvin from OpenAI client 1.8.0
Broken import in Marvin from OpenAI client version 1.8.0
Jan 16, 2024
First check
Bug summary
The
HttpxBinaryResponseContent
import moved inside the OpenAI library between release 1.7.2 and 1.8.0. This breaks Marvin's import of this class, which causes Marvin not to be importable on fresh installs.This problem can be temporarily solved by pinning the
openai
library to the 1.7 minor version:openai = "~1.7.0"
Reproduction
Error
Versions
Additional context
The text was updated successfully, but these errors were encountered: