python-javabridge icon indicating copy to clipboard operation
python-javabridge copied to clipboard

DLL load failed while importing _javabridge: %1 is not a valid Win32 application.

Open simonpcastillo opened this issue 4 years ago • 1 comments

Hi,

I've tried to install javabridge and I got the error :
DLL load failed while importing _javabridge: %1 is not a valid Win32 application.

I've tried installing via pip install javabridge and also via pip installgit+ . It is successfully installed, but when I import it I got the error.

My system and Python are both x64. Any advice?

Thanks

simonpcastillo avatar Jun 28 '21 19:06 simonpcastillo

This repo is on pypi as python-javabridge, can you confirm whether or not that cleanly installs and loads for you?

If not, if you can give more details about your OS version, python version, Java version, whether your system already has JAVA_HOME set, etc, that will be super helpful!

bethac07 avatar Jun 28 '21 20:06 bethac07