Kotlin / kotlin-numpy

Kotlin bindings for NumPy
Apache License 2.0
316 stars 11 forks source link

mybinder fails to install ktnumpy 0.1.4 #19

Open alshan opened 4 years ago

alshan commented 4 years ago

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

devcrocod commented 4 years ago

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