Closed leemeng0x61 closed 47 minutes ago
Hey @leemeng0x61, thanks for the report. Unfortunately there isn't anything we can do to help here, jiter
is a required dependency and making it optional would be a breaking change.
If you're not planning on using the streaming helpers, you may be able to get pip
to ignore the dependency error somehow and add a stub file like this to your python path so that our runtime imports of jiter
will work
# jiter.py
def from_json(*args, **kwargs):
raise NotImplementedError("jiter is not available")
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
When I install via
pip install openai
, I encountercan't find Rust compiler
. Since rust does not support the android host temporarily, is there an alternative solution?Additional context
No response