-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem installing the Visualizer #46
Comments
Hi Julian, |
Thank you for the fast answer. I still have the issue, that I can save but not load instances with the visualizer, but the Error message is verry different: TypeError: arguments did not match any overloaded call: Do you think this also has something to do with windows? Or is this something I could fix? |
Hi Julian, |
@Joul1 Seems like a conversion problem. Are you using python 3.10.x? If so, please try to downgrade to 3.9.x and see if this helps. |
Yes, downgrading to 3.9 worked. Thank you so much for your help! |
@Joul1: Thanks for your trying this out! We have to investigate how we can resolve this incompatibility of pyqt5 and python 3.10 in our code. |
I have an issue using the asprilo visualizer.
I use the asprilo visualizer via anaconda on windows 10.
Opening, using and saving instances wasn’t a problem but when I tried to save an instance I would always get this Error:
„attributeerror: 'control' object has no attribute 'builder'“.
After a bit of research I thought this might have something to do with the current python version that anaconda uses. But when I tried to update python anaconda would say: „all requested packages already installed“.
I also tried uninstalling and reinstalling the asprilo visualiser itself but when I tried to install it again, it would give the following error:
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
-> python[version='>=3.9']
Your python: python=3.7
I also tried to install a specific version of python via “conda install python=3.9”. But doing so, seems to make it stuck in a loop when this line appears:
[04:22<00:03, 2.59it/s]/Examining conflict for conda-content-trust cycler ipython_genutils idna prompt-toolkit backports.shutil_get_terminal_\
I don’t know a lot about how anaconda works so any help is verry appreciated.
The text was updated successfully, but these errors were encountered: