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.

Endpoint elyra/schemaspace not found.

See original GitHub issue

Just tried installing extension in jupyterlab, got the same result in a couple of different configurations, e.g.

$ jupyter --version
Selected Jupyter core packages...
IPython          : 8.3.0
ipykernel        : 6.13.0
ipywidgets       : 7.7.0
jupyter_client   : 7.3.1
jupyter_core     : 4.10.0
jupyter_server   : 1.17.0
jupyterlab       : 3.4.2
nbclient         : 0.6.3
nbconvert        : 6.5.0
nbformat         : 5.4.0
notebook         : 6.4.11
qtconsole        : 5.3.0
traitlets        : 5.2.0

It requested a rebuild, and upon starting after the build, I get Endpoint elyra/schemaspace not found.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nhpackardcommented, Jul 30, 2022

My main difficulty was that I was trying to install an elyra extension (which was listed on my long list of possible jupyter lab extensions) without having installed the elyra server extension.

My main suggestion for a quick fix that would have put me on the right track is to put a check for elyra installation (ideally also for jupyter server extension enabled) right when the extension “install” button is hit.

Effectively, with the appropriate error message, you could enforce the suggestion of @akchinSTC, “Suggest installing Elyra via the python package as opposed to the extensions menu in JL” as policy, eliminating any possibility of extension installation without elyra installation.

1reaction
nhpackardcommented, Jul 29, 2022

@ptitzler @akchinSTC and @kevin-bates : Thanks very much for your patience. I hit “install @elyra/metadata-extension” without having any idea that I needed to install the (rather substantial) server side package to make it work. (maybe a more informative error message indicating the need for installing the server side package would be nice?)

After horsing around with some conflicting version requirements, I now have elyra 3.10.1 installed and enabled as a server extension. jupyter elyra seems to work fine.

Thanks again for your patience, and I look forward to exploring elyra.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Endpoint not found When Hosting in ASP.NET - Stack Overflow
I get "Endpoint not found" when attempting to access my service via the browser at http://localhost:10093/Services/Service1.svc.
Read more >
Endpoint not found error - MSDN - Microsoft
I have restful wcf service which is running well in my localhost. But it failed in the hosting server. The error is Endpoint...
Read more >
API Gateway WSS Endpoint not found - AWS re:Post
I've created a WSS chat app using the sample that comes with the AWS dotnet lambda templates. My web front end can connect...
Read more >
Troubleshoot Could not connect to endpoint URL error when I ...
... Knowledge Center article with this video: https://aws.amazon.com/premiumsupport/knowledge-center/s3-could- not -connect- endpoint -url/0...
Read more >
RosWeb.Endpoint module not available after compiling
Endpoint.__handler__/2 is undefined (module RosWeb.Endpoint is not available) (ros) RosWeb.Endpoint.__handler__(%Plug.Conn{} .
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