Hello,
I downloaded yaml file and created the environment. I followed the instructions and got to import deeplabcut, but I am getting the following error:
ImportError: cannot import name ‘model_utils’ from ‘tensorflow.python.saved_model’ (C:\Users\imsto\Anaconda3\envs\DLC-CPU\lib\site-packages\tensorflow\python\saved_model_init_.py)
What should I do?
Edit: I tried pip install tensorflow_estimator as recommended, but it says requirements already satisfied and I still get the same error when trying to import deplabcut