OS: Windows 10
DeepLabCut Version 2.0.9
Installed DeepLabCut anaconda environment dlc-WindowsGPU.
I was trying to run the Deom_labeledexample_Openfield, but ran into this problem. I tried different versions of pytables, but that did not help.
could you please check out some these other issues/solutions? https://github.com/AlexEMG/DeepLabCut/search?q=pytables&type=Issues
This happened to me the other day in a new Windows 10 install (installed from the conda GPU environment files).
what fixed it was:
pip uninstall numpy==1.14.5
conda install numpy==1.14.5
The following solution solved the problem. Thanks!
This happened to me the other day in a new Windows 10 install (installed from the conda GPU environment files).
what fixed it was:
pip uninstall numpy==1.14.5
conda install numpy==1.14.5
great, I will update the conda file, thanks @cgutierrez-Ibanez
Still an issue, I had to uninstall with pip and reinstall with conda and dependency on 'tables' error went away.
Most helpful comment
This happened to me the other day in a new Windows 10 install (installed from the conda GPU environment files).
what fixed it was:
pip uninstall numpy==1.14.5
conda install numpy==1.14.5