lambdaloop / anipose

🐜🐀🐒🚶 A toolkit for robust markerless 3D pose estimation
http://anipose.org
BSD 2-Clause "Simplified" License
351 stars 66 forks source link

Error running anipose analyze #81

Closed matiarj closed 2 years ago

matiarj commented 2 years ago

Describe the bug When I run anipose analyze I get: ssert msgpack.version >= (0, 5, 2) AssertionError

I've tried installing and reinstalling msgpack and I've check the version which is >= 0.5.2

To Reproduce Steps to reproduce the behavior:

Install DeepLabCut and anipose in a new conda environment Run anipose analyze Expected behavior It's expected to analyze the videos based on the config.toml file.

Install as per the instructions at https://anipose.readthedocs.io/en/latest/tutorial.html

Desktop: OS: Mac OS 10.15.6

EDIT:

FIXED

  1. pip uninstall msgpack-python
  2. pip install -U msgpack
matiarj commented 2 years ago

Fixed see above.