DLL load failed while importing _rust

Hi @osamashabbir66 ! Welcome to our community :hugs:

It seems that the weaviate python client is not installed.

You can install it by running

pip install -U weaviate-client

note that this package must be installed in the same python environment your visual studio is running.

Here we have a documentation on how to quick start:

Let me know if that helps :slight_smile:

1 Like