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 have libyaml-cpp.so.0.7 installed. When I try to import pybuda I see the following error:
Traceback (most recent call last):
File "/home/todd/tt-please/smoke.py", line 2, in <module>
import pybuda
File "/home/todd/tt-please/venv/lib/python3.10/site-packages/pybuda/__init__.py", line 42, in <module>
from .module import Module, PyTorchModule, PyBudaModule, TFModule, TFGraphDefModule, OnnxModule, MXNetModule, JaxModule, TFLiteModule
File "/home/todd/tt-please/venv/lib/python3.10/site-packages/pybuda/module.py", line 14, in <module>
from .pybudaglobal import register_module, lazy_trace_data
File "/home/todd/tt-please/venv/lib/python3.10/site-packages/pybuda/pybudaglobal.py", line 16, in <module>
from pybuda._C.backend_api import BackendType
ImportError: libyaml-cpp.so.0.6: cannot open shared object file: No such file or directory
I have 0.7 installed, is there any reason it needs to be 0.6?
I have
libyaml-cpp.so.0.7
installed. When I try to importpybuda
I see the following error:I have 0.7 installed, is there any reason it needs to be 0.6?
The text was updated successfully, but these errors were encountered: