-
Notifications
You must be signed in to change notification settings - Fork 57
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
[CI] Tests not passing under windows and Python 3.8, h5py 2.9 #521
Comments
I installed python 3.8.0b1 but don't have wheels for numpy. I tried building from source but got errors. Also tried setting MSVC version manually without success: How did you manage? This seems to be an unfixed issue: Anyway, I think it is an h5py API change: pymca/PyMca5/PyMcaIO/NexusUtils.py Line 278 in dea4f6d
Try adding OSError: except (RuntimeError, OSError): or alternatively: if name in parent:
parent[name][()] = data
else:
parent[name] = data |
You can download the relevant packages from |
I tried the above change without success. I think it is the handling of the temporary files. |
It fixes the issue for me (see PR, tested on window + py3.8). |
It seems I did a mistake somewhere. It fixes the problem for me too. Thanks. |
They are mainly HDF5 related tests.
The text was updated successfully, but these errors were encountered: