glue
glue copied to clipboard
Should glueviz & Glue versions match?
Describe the bug Versions information do not match
To Reproduce Open 'Help/Version information', the following info is displayed:
Glue: 0.15.6
Python: 3.8.8
PyQt5: PyQt: 5.9.2 - Qt: 5.9.7
PySide2: Not installed
qtpy: 1.9.0
setuptools: 52.0.0.post20210125
numpy: 1.19.2
bottleneck: 1.3.2
matplotlib: 3.3.1
pandas: 1.2.3
astropy: 4.2
dill: 0.3.3
h5py: 2.10.0
xlrd: 2.0.1
mpl-scatter-density: 0.7
glue-core: 0.15.6
glue-vispy-viewers: 0.12.2
IPython: 7.18.1
qtconsole: 5.0.3
ipykernel: 5.3.4
traitlets: 5.0.5
pygments: 2.8.1
pyzmq: 20.0.0
scipy: 1.6.1
scikit-image: 0.17.2
PyAVM: Not installed
spectral-cube: Not installed
astrodendro: Not installed
mock: Not installed
pytest: 6.0.0
plotly: Not installed
But a conda list command shows (among other packages):
glue-core 0.15.6 py38_1 glueviz
glue-vispy-viewers 0.12.2 py_0
glueviz 1.0.0 0 glueviz
This is after upgrading glue with conda install -c glueviz glueviz.
Expected behavior Version info should match. I think?
Screenshots If applicable, add screenshots to help explain your problem.
Details:
- Operating System: elementary OS 5.1.7
- Python version (
python --version): Python 3.8.8 - Glue version (
glue --version): 0.15.6. Or 1.0.0? - How you installed glue: conda
Additional context Add any other context about the problem here.
Thanks for reporting this; is this issue still pertinent with glueviz 1.2? In a Python 3.8 env or higher I am now getting glue-core 1.2.2 with glueviz 1.2.0.
Still the same. I'm trying conda install -c glueviz glueviz but I can not get it to upgrade to 1.2.0
What does conda install -c glueviz glueviz==1.2 report?
Just to clarify, glueviz is a meta package and isn't visible in the help list from inside glue, hence why 1.0 doesn't appear anywhere there.
What does
conda install -c glueviz glueviz==1.2report?
With this command conda upgraded the package, conda list now looks like this:
glue-core 1.2.2 py38h578d9bd_0 glueviz
glue-vispy-viewers 1.0.5 py_1 glueviz
glueviz 1.2.0 py38h578d9bd_0 glueviz
So I guess the issue can be closed now?