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

ModuleNotFoundError: No module named 'panel.pane.perspective' when running lumen #106

Closed
eschares opened this issue Mar 18, 2021 · 6 comments

Comments

@eschares
Copy link

I'm having trouble with an error message "ModuleNotFoundError: No module named 'panel.pane.perspective' " when attempting to launch lumen https://lumen.holoviz.org/index.html.
error
panel

I have panel 0.11.0a8 installed through conda with pyviz/label/dev. Any insights please?

@Hoxbro
Copy link
Member

Hoxbro commented Mar 18, 2021

You need to upgrade panel. You can use this command conda update panel -c pyviz

@eschares
Copy link
Author

eschares commented Mar 18, 2021

That took my panel down from 0.11.0a8 back to 0.10.3.? I think I want to get to 0.11.1 but I can't see how to install it.

@Hoxbro
Copy link
Member

Hoxbro commented Mar 18, 2021

Its hard to say what is stopping panel from updating in your base environment, try to do conda install panel=0.11 -c pyviz. If this do not work try to create a new environment. With something like this:

conda create -n holoviz
conda activate holoviz
conda install python=3.8 panel lumen -c pyviz

@eschares
Copy link
Author

Thanks. I created the new environment and was able to finally get Panel version to 0.11.1 and Bokeh to 2.3 inside of it.

Now running the lumen command lumen serve dashboard.yaml --show with an example yaml file saved as the dashboard does launch a new localhost instance. But there are still many package dependencies that aren't installed in this new environment. I went through and installed dask, requests, aiohttp, fastparquet, and hvplot one by one using conda install before I gave up. I still don't have it working.

@philippjfr
Copy link
Member

Thanks for being patient here and sorry about the issues. Hopefully I can get them sorted out asap. We'll start bundling environment/anaconda-project yaml files with the examples.

@philippjfr philippjfr transferred this issue from holoviz/panel Mar 19, 2021
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants