stereolabs / zed-python-api

Python API for the ZED SDK
https://www.stereolabs.com/docs/app-development/python/install/
MIT License
209 stars 95 forks source link

ImportError: DLL load failed while importing sl: The specified procedure could not be found. #226

Open felixcrisan420 opened 1 year ago

felixcrisan420 commented 1 year ago

Preliminary Checks

Description

After a number of attempts to run the hello_zed.py file, I am met with this message: ImportError: DLL load failed while importing sl: The specified procedure could not be found.

How can I fix this?

Steps to Reproduce

The error persitst at other versions aswell

Expected Result

The hello_zed.py to work.

Actual Result

It spit out the error: ImportError: DLL load failed while importing sl: The specified procedure could not be found.

ZED Camera model

ZED2i

Environment

OS: Windows 11
Graphics: Nvidia RTX 2070 with Max-Q Design (Mobile)
CUDA: 12.0
Python: 3.10
Zed SDK: 4.0

Anything else?

No response

chopsuey5000 commented 11 months ago

Having same issue here. Any news on this?

chopsuey5000 commented 11 months ago

I just install SDK v4.0.7 with cuda 11.8 and works like a charm.