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
I am using AsyncHTTPClient with Pandas dataframe as input to one of my services. I have created a simple Dataframe and use from_sample method to generate an input spec:
Describe the bug
I am using AsyncHTTPClient with Pandas dataframe as input to one of my services. I have created a simple Dataframe and use
from_sample
method to generate an input spec:I get an error:
I think this has something to do with this #TODO comment:
BentoML/src/bentoml/_internal/io_descriptors/pandas.py
Line 440 in 1dbfb4f
To reproduce
No response
Expected behavior
No response
Environment
BentoML: 1.2.9
Python: 3.11
The text was updated successfully, but these errors were encountered: