Skip to content
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

Open
TerenceLiu98 opened this issue Oct 20, 2020 · 3 comments
Open

Enhancement: PATH of $JAVAHOME #148

TerenceLiu98 opened this issue Oct 20, 2020 · 3 comments

Comments

@TerenceLiu98
Copy link

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
@Muaado
Copy link

Muaado commented Nov 4, 2021

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

@TerenceLiu98
Copy link
Author

I am not quite understand the question, you mean it cannot be installed the package cannot installed with sklearn?

@Muaado
Copy link

Muaado commented Nov 6, 2021

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)
Building wheels for collected packages: scikit-learn
Building wheel for scikit-learn (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6vtzk3qa/scikit-learn/setup.py'"'"'; file='"'"'/tmp/pip-install-6vtzk3qa/scikit-learn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xsfk1wjq
cwd: /tmp/pip-install-6vtzk3qa/scikit-learn/
Complete output (901 lines):
Partial import of sklearn during the build process.
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

This is the error I am getting when I try to install iepy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants