You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because that your pytables is 3.x but the code is written based on pytables 2.x
the function createEArray is replaced as create_earray in pytables 3.x, as well as function createTable
see details here: http://www.pytables.org/MIGRATING_TO_3.x.html
Hello everyone,
When running the following command:
python convert-pkl2hdf5.py binarized_text.en.pkl binarized_text.en.h5
I'm getting the following error:
'File' object has no attribute 'createEArray'
Anybody got insights on what could be the mistake I'm doing?
The text was updated successfully, but these errors were encountered: