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

Cannot import name 'TilingMethod' from 'toasty' #351

Open
OH5000 opened this issue Apr 7, 2023 · 0 comments
Open

Cannot import name 'TilingMethod' from 'toasty' #351

OH5000 opened this issue Apr 7, 2023 · 0 comments

Comments

@OH5000
Copy link

OH5000 commented Apr 7, 2023

I am trying to follow the instruction from https://pywwt.readthedocs.io/en/stable/installation.html#set-up-pywwts-jupyterlab-integration to install WWT.
The way I chose is to install pywwt with conda-forge.
conda install -c conda-forge pywwt is my first input.

The next is to "Set Up pywwt’s JupyterLab Integration"
Second inputs are

pip install wwt-kernel-data-relay # or use conda
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build @wwtelescope/jupyterlab
jupyter lab build

There is no problem before them. But when I start to "Set up the pywwt Jupyter Widget".The problem starts to emerge.

The first command is pip install wwt-kernel-data-relay # or use conda
And I tried the Python commands inside a Jupyter Notebook.
Here is its' output.
1

Because of this problem, I start the step "Troubleshooting the Jupyter Integration"

I ran jupyter nbextension install --py --sys-prefix pywwt

2

jupyter nbextension enable --py --sys-prefix pywwt

3

jupyter nbextension list

4

The instruction says "These commands should not report any error messages", so I come here and ask for help.

Thank-you.

@OH5000 OH5000 changed the title Unable to set up the pywwt Jupyter Widget. Cannot import name 'TilingMethod' from 'toasty' Apr 12, 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