question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Elyra doesn't install server extension on Ubuntu

See original GitHub issue

Elyra’s server extension is not installed when using pip install elyra on Ubuntu.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
akchinSTCcommented, Mar 6, 2020

have you tried using pip3 instead? I just spun up a ubuntu system…however it did not have python 3 installed and I opted for a non-conda install here. running apt get update && apt install python3-pip then running pip3 install elyra gives me

root@nick1:~# jupyter serverextension list
config dir: /usr/local/etc/jupyter
    elyra  enabled
    - Validating...
      elyra  OK
    jupyterlab  enabled
    - Validating...
      jupyterlab 1.2.7 OK
    jupyterlab_git  enabled
    - Validating...
      jupyterlab_git  OK
    nbdime  enabled
    - Validating...
      nbdime 1.1.0 OK
0reactions
marthacryancommented, Mar 6, 2020

Looks like jupyter serverextension enable elyra fixes it for me too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — Elyra 2.2.0 documentation
Note: Ubuntu and CentOS users may need to use pip3 install elyra ... To verify an Elyra installation review the installed server extensions...
Read more >
Error loading Jupyter Notebook Extensions - Stack Overflow
The following is the error log I see on running jupyter notebook in terminal. I have seen some related problems posted here on...
Read more >
GNOME Extensions doesn't install any extension - Ask Ubuntu
I've tried with the mentioned app, with Edge and with Firefox ( snap and apt ). It doesn't tell me what's wrong, it...
Read more >
elyra-server - PyPI
Note: Installing this package alone will not enable the use of Elyra. ... NOTE: If you don't see the Elyra server extension enabled,...
Read more >
pg_buildext - Build and install a PostgreSQL extension
DESCRIPTION. pg_buildext is a script that will build a PostgreSQL extension in a VPATH way, for potentially several PostgreSQL server versions in parallel....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found