-
Notifications
You must be signed in to change notification settings - Fork 2
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
Glue-viz not starting on Windows under Conda #7
Comments
Standalone Windows (10) install succeeded and runs just fine. Version info: |
The error message in your first comment is the same one as in glue-viz/glue#2266. Based on that, and the last upload date for glueviz on Anaconda, it looks like the version of glue available there predates that fix. |
Guess Anaconda doesn’t keep their packages up to date then. I’ll report it to them and see if they do anything. Thanks.
Ken LaCrosse
Senior IT InfoSec and Infrastructure Monitoring Specialist
I.T. | American Recovery Service & Skipbusters
Direct: (916) 260-4254
Cell: 916-635-8649
Email: ***@***.******@***.***>
www.pkwillis.com<http://www.pkwillis.com/>
From: Jon Carifio ***@***.***>
Sent: Wednesday, April 26, 2023 4:16 PM
To: glue-viz/glue-standalone-apps ***@***.***>
Cc: Ken Lacrosse ***@***.***>; Author ***@***.***>
Subject: Re: [glue-viz/glue-standalone-apps] Glue-viz not starting on Windows under Conda (Issue #7)
The error message in your first comment is the same one as in glue-viz/glue#2266<glue-viz/glue#2266>. Based on that, and the last upload date for glueviz on Anaconda<https://anaconda.org/glueviz/glueviz>, it looks like the version of glue available there predates that fix.
—
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMH375JQJS2OEAXUCV7KSTXDGUBJANCNFSM6AAAAAAXM74D2A>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
NOTICE: The information contained in this transmission, including attachments, may contain confidential information that is privileged, confidential and/or exempt from disclosure by applicable law. It is intended only for the use of the person(s) or entity to which it is addressed. If the reader of this transmission is not the intended recipient, the reader is hereby notified that any review, use, dissemination, distribution or duplication of this communication (including any reliance thereon) is strictly prohibited. If you have received this transmission in error, please contact the sender by reply email, then delete and destroy the material in its entirety, whether in electronic or hard copy format. WE SPECIFICALLY DISCLAIM RESPONSIBILITY FOR ANY UNAUTHORIZED USE OF THIS COMMUNICATION OR ANY ATTACHMENTS TO IT. Thank you.
|
About to try the standalone Windows Glue-viz installer and see if that works any better.
Under Conda I'm getting the following:
(base) C:\Users\klacrosse>glue -v
INFO:glue:Input arguments: ['C:\ProgramData\anaconda3\Scripts\glue', '-v']
INFO:glue:Loading external plugins using setuptools==65.6.3
INFO:glue:Loading plugin coordinate_helpers succeeded
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\Scripts\glue-script.py", line 10, in
sys.exit(main())
File "C:\ProgramData\anaconda3\lib\site-packages\glue\main.py", line 259, in main
start_glue(**kwargs)
File "C:\ProgramData\anaconda3\lib\site-packages\glue\main.py", line 156, in start_glue
load_plugins(splash=splash, require_qt_plugins=True)
File "C:\ProgramData\anaconda3\lib\site-packages\glue\main.py", line 347, in load_plugins
splash.set_progress(100. * iplugin / float(n_plugins))
File "C:\ProgramData\anaconda3\lib\site-packages\glue\app\qt\splash_screen.py", line 31, in set_progress
self.progress.setValue(value)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
(base) C:\Users\klacrosse>glue --version
1.2.4
(base) C:\Users\klacrosse>conda install -c glueviz -c conda-forge glueviz
Collecting package metadata (current_repodata.json): done
Solving environment: done
Package Plan
environment location: C:\ProgramData\anaconda3
added / updated specs:
- glueviz
The following packages will be downloaded:
The following packages will be SUPERSEDED by a higher-priority channel:
glueviz pkgs/main::glueviz-1.2.4-haa95532_0 --> glueviz::glueviz-1.0.0-0
Proceed ([y]/n)?
Downloading and Extracting Packages
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
The text was updated successfully, but these errors were encountered: