I want to use python-weka-wrapper3 for my project. To install it, first I should install javabridge. But when I try pip install javabridge-1.0.14-cp35-cp35m-win_amd64.whl I got javabridge-1.0.14-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform. For this I've tried this solution and dowloaded 32 bit version of javabridge (Note: I'm using python 3.5.2). After running program, I got an error like ImportError: DLL load failed: %1 is not a valid Win32 application. and tried this solution. But it doesn't solve the problem.
Asked
Active
Viewed 443 times
0
-
do you have a 32 bit version of python or 64? – Jean-François Fabre Dec 25 '16 at 21:45
-
I have 32 bit . – Ilkin Dec 25 '16 at 22:09
-
have you set the path to JAVA ? – Jean-François Fabre Dec 25 '16 at 22:23
-
Yess (Why stackoverflow asks at least 15 characters) – Ilkin Dec 25 '16 at 22:35
-
1have you found the solution for this problem?? – mina Jan 25 '18 at 17:59
-
@mina actually I don't remember how I solved this problem, sorry :( – Ilkin Jan 26 '18 at 08:13
-
has anyone managed to solve this problem? I have encoutnered the same one:( – ISquared Sep 18 '20 at 14:49