-
Notifications
You must be signed in to change notification settings - Fork 153
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
After successful install of glue-wwt, the plugin does not appear anywhere in Glue #2505
Comments
UPDATE 7/21/2024: I have been trying some possible fixes to this problem, including the use of Python 3.9 instead of 3.8 and installing a different version of Glue. On Python 3.9 and Glue 1.2.2, Glue works fine. Even the 'double-listing' of viewers, shown in the earlier screen print, is fixed. But when I try to install the wwt plugin I get some errors. This is my current environment: Operating System: Windows 10 Pro Version 22H2 I used the following command to install wwt: conda install -c glueviz glue-wwt That command caused the following error messages: (glue-test) C:\Users\Ed>conda install -c glueviz glue-wwt
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs I did some digging with my favorite AI buddy and obtained this possible explanation for the problem:
I am open to suggestions.. |
Hi Ed, Could you try running glue in verbose mode ( Looking at the version info that you've posted, I suspect there's a version compatibility issue, as glue-wwt 0.5 and pywwt 0.14.0 are a bit old, but seeing the verbose output should help pinpoint the issue. |
Certainly. The full log is attached. I received a different behavior this time for some reason. The messages shown in my previous update did not occur. Instead, the error message I received was: INFO:glue:Loading plugin wwt failed (Exception: The QtWebEngineWidgets module was not found. It must be installed separately as PyQtWebEngine.) The wwt plugin does show in the 'plugin manager' dialog and it is checked. However, it is not presented as a viewer option when opening a file in glue. INFO:glue:Loading plugin wwt failed (Exception: The QtWebEngineWidgets module was not found. It must be installed separately as PyQtWebEngine.) |
I'm not sure why the web engine widgets package didn't get pulled in, but you'll need to install either |
Thank you. That worked great. |
Problem:
After a successful instal of glue-wwt into conda environment, the plugin does not appear as a viewer option nor does it appear in the plugin manager window.
To Reproduce:
In conda environment where Glue is installed, type: 'conda install -c glueviz glue-wwt'
Respond 'y' to 'Proceed?' question.
Upon successful install, type 'glue'
Expected Behavior:
According to documentation, wwt should appear as a viewer option. Possibly wwt would also appear in the 'plugin manager' window. However, it does not appear in either.
Details:
Operating System: Windows 10 Pro Version 22H2
Python Version: 3.8.19
Anaconda Version: 24.5.0
Glue Version: 1.21.0
Glue-wwt Version: 0.5, Build py_0, Channel glueviz
Install Log:
(glue_env) C:\Users\Ed>conda install -c glueviz glue-wwt
Channels:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done
Package Plan
environment location: C:\Users\Ed\anaconda3\envs\glue_env
added / updated specs:
- glue-wwt
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
astropy-healpix glueviz/win-64::astropy-healpix-0.6-py38h6f4d8f0_1
glue-wwt glueviz/noarch::glue-wwt-0.5-py_0
ipyevents glueviz/noarch::ipyevents-2.0.1-pyhd8ed1ab_0
libxslt conda-forge/win-64::libxslt-1.1.39-h3df6e99_0
lxml conda-forge/win-64::lxml-5.2.2-py38h98cf29c_0
pywwt glueviz/noarch::pywwt-0.14.0-pyhd8ed1ab_0
reproject glueviz/win-64::reproject-0.8-py38h6f4d8f0_2
The following packages will be SUPERSEDED by a higher-priority channel:
certifi conda-forge/noarch::certifi-2024.7.4-~ --> pkgs/main/win-64::certifi-2024.7.4-py38haa95532_0
Proceed ([y]/n)? y
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(glue_env) C:\Users\Ed>glue
(glue_env) C:\Users\Ed>
(glue_env) C:\Users\Ed>conda list glue-wwt
packages in environment at C:\Users\Ed\anaconda3\envs\glue_env:
Name Version Build Channel
glue-wwt 0.5 py_0 glueviz
(glue_env) C:\Users\Ed>
Please see attached screen prints for further context.
The text was updated successfully, but these errors were encountered: