Page 1 of 1

how to use visiontransfer in python?

Posted: Thu Apr 07, 2022 9:39 am
by jay
hello,

I am in a situation where I have to develop in Python.

I met this error message .

"ImportError: DLL load failed while importing visiontransfer"

what should i do?

thanks.

Re: how to use visiontransfer in python?

Posted: Thu Apr 07, 2022 4:26 pm
by k.schauwecker
Have you installed the python package with pip?
For windows installations, it is located in
C:\Program Files\Nerian Vision Software 9.0.5\python\python3-wheel

Also what python version and platform are you using?

Re: how to use visiontransfer in python?

Posted: Mon Apr 11, 2022 1:01 am
by jay
python version is 3.9.7 and processor is Intel i9-10900.

I will develop on pycharm.

should I downgrade a version of python?

Where can I find information about initial setup?

such as visual studio path and install wheel?

thanks.