Deeplabcut: Missing optional dependency 'tables'

Created on 29 Sep 2019  路  5Comments  路  Source: DeepLabCut/DeepLabCut

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.
missing optinal dependency 'tables'

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

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings