You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
I want to use php in jupyterlab, but I encountered the following problem during the installation process. Does anyone know how to solve this?
Thank you very much.
ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.
# php jupyter-php-installer.phar install
ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.
# php jupyter-php-installer.phar install -vvv
[InvalidArgumentException]
The package name jupyter-php-instance is invalid, it should be lowercase and have a vendor name, a forward slash, and a package name, matching: [a-z0-9_.-]+/[a-z0-9_.-
]+
init [--name NAME] [--description DESCRIPTION] [--author AUTHOR] [--type [TYPE]] [--homepage HOMEPAGE] [--require REQUIRE] [--require-dev REQUIRE-DEV] [-s|--stability STABILITY] [-l|--license LICENSE] [--repository REPOSITORY] [-a|--autoload AUTOLOAD]
ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.
The text was updated successfully, but these errors were encountered:
I don't know if you solved it, jupyter-php-installer\src\Installer\Installer.php line 150 --name=jupyter-php-instance modified to --name=litipk/jupyter-php-instance, I After the change it installed properly
Hi there!
I want to use php in jupyterlab, but I encountered the following problem during the installation process. Does anyone know how to solve this?
Thank you very much.
ERROR: Error while trying to download Jupyter-PHP dependencies with Composer.
Below is the complete error.
The text was updated successfully, but these errors were encountered: