I'm trying to import and use ultralytics library in my Django rest framework project, I use poetry as my dependency manager, I installed ultralytics using poetry add ultralytics
and on trying to import the library in my code I recieve this error
ValueError: libcublas.so.*[0-9] not found in the system path [my project and virtual environment paths]
how can I solve that?