-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: PATH of $JAVAHOME #148
Comments
Hi, i am trying to run the installer on ubuntu but can't seem to go beyond installation lf sckitlearn . could you give some pointers |
I am not quite understand the question, you mean it cannot be installed the package cannot installed with sklearn? |
rom featureforge>=0.1.5->iepy) (4.0.3) This is the error I am getting when I try to install iepy |
The
$JAVAHOME
should be point to/<JDK_PATH>/java
directly, this might need pointed out in the installation. Since the usual way is$JAVA_HOME=/JAVA/PATH/bin/
or$JAVA_HOME=/JAVA/PATH/
.for instance, using apt to install OpenJDK-8, the path is :
/usr/lib/jvm/java-8-openjdk-amd64/
, hence, the$JAVAHOME
is/usr/lib/jvm/java-8-openjdk-amd64/java
->export JAVAHOME=/usr/lib/jvm/java-8-openjdk-amd64/java
The text was updated successfully, but these errors were encountered: