kotlin-numpy icon indicating copy to clipboard operation
kotlin-numpy copied to clipboard

mybinder fails to install ktnumpy 0.1.4

Open alshan opened this issue 5 years ago • 1 comments

When trying to execute Kotlin notebook at mybinder I'm getting an error:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output." when executing the command: python -m pip install -i https://pypi.org/simple/ ktnumpy==0.1.4

The notebook: https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/contours.ipynb

alshan avatar Jul 02 '20 19:07 alshan

Error installing ktnumpy. Jni headers are needed to build ktnumpy, but there is no JAVA_HOME in the environment.

devcrocod avatar Jul 05 '20 16:07 devcrocod