import pyzed.sl as sl
ImportError: DLL load failed while importing sl: The specified procedure could not be found.
I am getting this error. can you please help me with this
import pyzed.sl as sl
ImportError: DLL load failed while importing sl: The specified procedure could not be found.
I am getting this error. can you please help me with this
Yeah, I’m having this issue as well. I’ve tried the installation via a conda python environment and a regular venv python environment. I’ve tried with multiple versions of python, 3.8.16, and 3.10.6. I’m on Windows 10. Nothing works. The SDK was installed successfully. The get_python_api.py was successful on all python environment creations. I’ve double checked and triple checked everything, but I run into the same problem, every single time.
import pyzed.sl as sl
ImportError: DLL load failed while importing sl: The specified procedure could not be found.
Anyone know how to fix this? I’m on a bit of a time crunch. I need to fix this asap.
Found a solution. Here’s the link to the post on this community which links to the original source on GitHub.