is there any way to debug a false dll load failed error [closed]
I built opencv 4.1.0 with gstreamer and python bindings. Everything has built correctly and works in my anaconda environments except in the environment I need it to work in. It is the strangest thing I have ever seen. I have also used dependency walker to verify that all the dependencies are there. however I still get ImportError: DLL load failed: The specified procedure could not be found. If anyone might have some insight into this please share.
EDIT: I am using Pycharm as well, however I don't think it's a pycharm issue. I have successfully created new projects and used it with them in pycharm and the python console. also I provided a screenshot of the error. C:\fakepath\Capture.PNG
anaconda, not an opencv problem