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

GluViz application can't start from Anaconda Navigator #2506

Open
amx-sandor opened this issue Jul 24, 2024 · 0 comments
Open

GluViz application can't start from Anaconda Navigator #2506

amx-sandor opened this issue Jul 24, 2024 · 0 comments

Comments

@amx-sandor
Copy link

Hi Team,

I installed Anaconda Navigator on my PC (Windows 10, 64 bit) , I wanted to try the GlueViz application. I installed GlueViz from under Anaconda Navigator. When I clicked on the Launch button, the application did not start, but after a short while it gave the following error message:

0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
Traceback (most recent call last):
File "C:\Users\sandor.hegedus\AppData\Local\anaconda3\Scripts\glue-script.py", line 10, in
sys.exit(main())
^^^^^^
File "C:\Users\sandor.hegedus\AppData\Local\anaconda3\Lib\site-packages\glue\main.py", line 259, in main
start_glue(**kwargs)
File "C:\Users\sandor.hegedus\AppData\Local\anaconda3\Lib\site-packages\glue\main.py", line 156, in start_glue
load_plugins(splash=splash, require_qt_plugins=True)
File "C:\Users\sandor.hegedus\AppData\Local\anaconda3\Lib\site-packages\glue\main.py", line 347, in load_plugins
splash.set_progress(100. * iplugin / float(n_plugins))
File "C:\Users\sandor.hegedus\AppData\Local\anaconda3\Lib\site-packages\glue\app\qt\splash_screen.py", line 31, in set_progress
self.progress.setValue(value)
TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'

Can you help me with this? Thx.

Sandor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant