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

Poetry installation leads to the not-built 404 errors in the browser #466

Closed
j6k4m8 opened this issue May 23, 2023 · 1 comment
Closed

Comments

@j6k4m8
Copy link
Contributor

j6k4m8 commented May 23, 2023

Installing neuroglancer's python package with poetry seems to not include the built web assets, per #270.

Minimum example:

poetry init ...
poetry add neuroglancer

(interactive)

import neuroglancer

viewer = neuroglancer.Viewer()
print(viewer)

Wanted to report in case it's useful telemetry; in the meantime, I imagine things will work fine if I manually pip-install..?

@j6k4m8
Copy link
Contributor Author

j6k4m8 commented May 23, 2023

Weirdly, this works (tried on two venvs so far):

poetry add neuroglancer
poetry remove neuroglancer
poetry add neuroglancer

....uh.

I guess I'll close this while I figure out if it's a personal env issue... sorry for the noise!

@j6k4m8 j6k4m8 closed this as completed May 23, 2023
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

1 participant