Instance allocation failed: new instance has no pybind11

Hi,

the Streamlit app in my space no longer works, I get the following error message:

terminate called after throwing an instance of ‘std::runtime_error’
what(): instance allocation failed: new instance has no pybind11-registered base types


C++ Traceback (most recent call last):

No stack trace in paddle, may be caused by external reasons.


Error Message Summary:

FatalError: Process abort signal is detected by the operating system.
[TimeInfo: *** Aborted at 1694015309 (unix time) try “date -d @1694015309” if you are using GNU date ***]
[SignalInfo: *** SIGABRT (@0x3e800000001) received by PID 1 (TID 0x7fd94a77b6c0) from PID 1 ***]

My space : https://huggingface.co/spaces/Loren/Streamlit_OCR_comparator

Can you please tell me the reason for the problem?

1 Like

Problem is still there, any idea of its cause?

Problem solved.
FYI : I had to downgrade default Python version (3.10) to 3.8

1 Like