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

Windows & Ubuntu 16.04 jupyterlab error - ERROR: Service 'notebook' failed to build : The command '/bin/sh -c pip3 install jupyterlab' returned a non-zero code: 1 #9

Open
BrickBross opened this issue Jan 26, 2021 · 1 comment

Comments

@BrickBross
Copy link

Hi,

have tried across centos, ubuntu & windows but get the following error every time

ERROR: Service 'notebook' failed to build : The command '/bin/sh -c pip3 install jupyterlab' returned a non-zero code: 1

some more context:

Removing intermediate container 5361eab4e053
---> ec8ad7adfacf
Step 4/11 : RUN pip3 install --upgrade pip
---> Running in cd5fb326f327
Collecting pip
Downloading https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl (1.5MB)
Installing collected packages: pip
Found existing installation: pip 8.1.1
Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
Successfully installed pip-21.0
Removing intermediate container cd5fb326f327
---> b0c119c6d9ea
Step 5/11 : RUN pip3 install jupyterlab
---> Running in 34870067d772
Traceback (most recent call last):
File "/usr/local/bin/pip3", line 7, in
from pip._internal.cli.main import main
File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
ERROR: Service 'notebook' failed to build : The command '/bin/sh -c pip3 install jupyterlab' returned a non-zero code: 1

@OsintUK
Copy link

OsintUK commented Dec 31, 2022

Was you able to resolve this @BrickBross ?

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