Coder-Spirit / Jupyter-PHP

A PHP Kernel for Jupyter
MIT License
221 stars 33 forks source link

install fails on FreeBSD #12

Closed danniculescu closed 7 years ago

danniculescu commented 8 years ago

Running php ./jupyter-php-installer.phar install I get the following error:

ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.

If I run the composer install with the composer.json from the repository it install the dependencies without any problem. Any idea on how to make this work? Thank you!

meshr-net commented 8 years ago

Run ./jupyter-php-installer.phar install -vvv to see problems. I had to install zeromq http://www.netcreate.pl/blog/ubuntu-14-04-installing-zeromq/

danniculescu commented 7 years ago

After installing php-zmq it worked. Thank you!

castarco commented 7 years ago

:)