-
Notifications
You must be signed in to change notification settings - Fork 315
Upgrading PyTables from PyPi proceeds but the DLL is not working on WinPython-3.6.1 #543
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
Comments
The official PyTables wheels are broken (missing DLL). |
At least for 3.4.2, the DLLs are included in the officially released wheel in the same path as yours:
Could it be something else? |
The hdf5.dll in the official pytables distribution depends on zlib.dll, which is not distributed. |
Thanks, opened issue #635 on PyTables project for this. |
Hi @stonebig, my apologies if this is a well-known issue in general:
The PyTables project pushes also Windows binary wheels into PyPi
but when I try to upgrade to them, the resulting package is non-functional, at least on WinPython-3.6.1:
But if I use Gohlke's unofficial, it works fine.
Inside the installed packages, in both cases, the DLLs exist, but they are different:
So the problem is that the DLLs are incombatible.
Why is that?
The text was updated successfully, but these errors were encountered: