-
Notifications
You must be signed in to change notification settings - Fork 56
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
Vitables 3.0.2 doesn't start #102
Comments
The problem seems to be related to Qt on Mac and it seems to be solved by setting the environment variable
|
Same here, but on a Win10. Same on a 64bit Win7 machine. |
With this configuration and both python 3.8 and 3.9 I cannot reproduce this problem anymore for some reason....
and for python>=3.10 issue #118 pops out. |
Is the problem present in 3.0.3 package too? |
On ubuntu 22.04 (python 3.10)
|
Setup
Steps to reproduce
conda create -n vitables python=3.8
conda install -c conda-forge vitables
vitables file.h5
Result
Instead of opening vitables there is just a python process hanging indefinitely and the application seems to not respond.
I tried also:
The text was updated successfully, but these errors were encountered: