Problem with glue installation.

19 views
Skip to first unread message

carlo martinotti

unread,
Aug 23, 2021, 9:24:41 PM8/23/21
to Glue users
Hello everyone, i love this tools, very well done! I have been encountering some problems though and wondering if anybody can help.
 I installed glue in an anaconda environment with  :
conda install -c glueviz glueviz

I'm trying to follow the tutorial at https://www.youtube.com/watch?v=8RkCpq9wMuI#t=32m12s , most of the things work, but  i found several misbehaviours:
A) When I try to select 3D scatter I get an error that says:
Failed to add data, zorder is not a CallbackProperty
B) The IPython terminal doesn't work for me, I click it and it does nothing, no error prompted, just doesn't prompt the termina
C) Following the instructions to run glue in a Jupyeter Notebook I was under the impression that running :
%gui qt 
app=qglue(df1=df)
   in a cell would allow me to launch glue and still work with a notebook. When I do though glue fires, but the notebook now is stuck executing Glue.

carlo.mar...@gmail.com

unread,
Aug 23, 2021, 9:41:53 PM8/23/21
to glue...@googlegroups.com

Also I just noticed that if I run qglue(df1=df) and then I click the terminal button from there I actually get an error prompt:

AttributeError                            Traceback (most recent call last)

C:\ProgramData\Anaconda3\envs\Labwest_1\lib\site-packages\glue\app\qt\application.py in _toggle_terminal(self)

   1169         if self._terminal is None:

   1170             self._create_terminal()

-> 1171         if self._terminal.isVisible():

   1172             self._hide_terminal()

   1173             if self._terminal.isVisible():

 

AttributeError: 'NoneType' object has no attribute 'isVisible'

--
You received this message because you are subscribed to a topic in the Google Groups "Glue users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/glue-viz/4pl4yyNKI20/unsubscribe.
To unsubscribe from this group and all its topics, send an email to glue-viz+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/glue-viz/f252d21b-47b9-48bf-917d-7c5f4529dea2n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages