Python pyzed.sl error

Hi everyone!
Try to starting example, and get the same error:
import pyzed.sl as sl
ImportError: DLL load failed while importing sl

All packages installed, step by step.
In python\lib directory Pyzed is existing

Hi,

Could you tell us what version of the SDK and of Python you are using ?
Also, make sure that the version of Python you used to run the sample matches the one you used to install the API

python 3.8.5
SDK 3.4

If it is possible for you, could you try re-installing the API with a Python version < 3.8 ?
There might be issues with versions > 3.8 on Windows, we are looking into that and will provide a fix when we find the root cause of the problem.

thanks, this solved the problem