Elyra doesn't install server extension on Ubuntu
See original GitHub issueElyra’s server extension is not installed when using pip install elyra
on Ubuntu.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 runningpip3 install elyra
gives meLooks like
jupyter serverextension enable elyra
fixes it for me too.