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

New release #128

Closed
JaRoSchm opened this issue Nov 7, 2024 · 14 comments
Closed

New release #128

JaRoSchm opened this issue Nov 7, 2024 · 14 comments

Comments

@JaRoSchm
Copy link

JaRoSchm commented Nov 7, 2024

Hi, would you be able to make a new release containing the fixes for numpy 2? The current version doesn't have an upper bound for numpy and thus results in a broken installation.

@mzundo
Copy link

mzundo commented Nov 28, 2024

same problem here. I tried to install it and crashes with the current version of numpy. I had to downgrade to a very old version of numpy 1.24 to get it working. still it is quite limited as I get many warning that pytables do not support the data type in my file (in that case a string) btw my file is .nc not .hd5.....). so not very useful for me

@martinowitsch
Copy link

martinowitsch commented Nov 29, 2024

Same issue here, would really appreciate an update...

Edit: I could fix the numpy 2 issue for me with the following:
in ...\site-packages\vitables\utils.py
replace in line 456:
numpy.string_
with
numpy.bytes_

@uvemas
Copy link
Owner

uvemas commented Dec 3, 2024

OK. Working on it. A new release fixing the issue will be published ASAP.

@mzundo
Copy link

mzundo commented Dec 4, 2024

btw we desperately need this to work. at the moment there is no tool on the market that allows direct editing of .nc files. Panoply only allow to view things and not even everything, and the only way to edit .nc content is by writing code...so if it works it would really help.

@mzundo
Copy link

mzundo commented Dec 20, 2024

I see in the change logs that the code has been updated in the past months however the pip install still fetches an older one. Any way to get the latest code using pip ?

pip install git+https://github.com/uvemas/ViTables@master

@mzundo
Copy link

mzundo commented Dec 20, 2024

Vitables now starts with the latest version of all packages including PyQT and numpy. version is still 3.0.3.. I would recommend to pop it up to 3.1.
[EDIT]: some crash when I open one of my NetCDF..:
2024-12-20 14:26:45.265 Python[15796:458235] +[IMKClient subclass]: chose IMKClient_Modern 2024-12-20 14:26:45.265 Python[15796:458235] +[IMKInputSession subclass]: chose IMKInputSession_Modern 2024-12-20 14:27:59.936 Python[15796:458235] The class 'NSOpenPanel' overrides the method identifier. This method is implemented by class 'NSWindow'

@mzundo
Copy link

mzundo commented Jan 7, 2025

I think we should close this issue since it now works with numpy2

@JaRoSchm
Copy link
Author

JaRoSchm commented Jan 7, 2025

But the fix for numpy 2 hasn't been released yet, right?

@mzundo
Copy link

mzundo commented Jan 7, 2025

it works for me but I compiled directly from latest ViTables sources
pip install git+https://github.com/uvemas/ViTables
since pip install ViTables installs an old one that does not work.

@JaRoSchm
Copy link
Author

JaRoSchm commented Jan 7, 2025

This is exactly what this issue is about. The old version on PyPI is due to a missing new release.

@mzundo
Copy link

mzundo commented Jan 7, 2025

so yes, the wheel package is apparently missing.

@uvemas
Copy link
Owner

uvemas commented Jan 7, 2025

I haven't forgotten this thread, it's just I have no very much time to work on it. I've been fixing some annoying (at least for me) issues. No more fixes are coming (or it becomes an endless process). I'll try to publish this week.

@uvemas
Copy link
Owner

uvemas commented Jan 12, 2025

Finally a new version has been published in PyPI. The conda-forge package is in progress. Sorry for the delay.

@JaRoSchm
Copy link
Author

Thanks! And especially thank you for still working on ViTables!

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

4 participants