-
Notifications
You must be signed in to change notification settings - Fork 25
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
Python 11 UI issue: setGeometry(self, a0: QRect): argument 1 has unexpected type 'float' #345
Comments
Hi @filippomc! We are actually in the process of moving our development to a new graphical user interface that is accessible through the hnn-core repository: https://github.com/jonescompneurolab/hnn-core This repository will be archived/deprecated shortly The GUI is currently available as a pre-release which you can install and run through the following commands:
There is also a well documented python API to run simulations in the model if that interests you as well! Please let us know if you have any questions |
Thanks @ntolley will give it a try! |
Hi @ntolley I've tried installing as you suggested and I get this issue when running:
After installing lxml[html_clean] this other issue occurs ![]() |
Do you get the error when opening the website that Voila asks you to? |
Just ran into this as well! It's an error introduced by a recent update to a dependency, will need to investigate further |
The issue below prevents the loading of the UI with a Python 11 based setup.
The text was updated successfully, but these errors were encountered: