Problems generating the jvm.def file matching to the jvm.dll in setup.py
I am having trouble installing javabridge from pip. I recieve this error:
Traceback (most recent call last):
File "setup.py", line 402, in
I have jdk1.8.0_181 and jvm.dll is in the correct location (jdk1.8.0_181\jre\bin\server).
This problem was solved by typing the commands:
set MSSdk=1 set DISTUTILS_USE_SDK=1
Before attempting to use pip. However, there is a new problem I will post shortly.