dattalab / keypoint-moseq

https://keypoint-moseq.readthedocs.io
Other
68 stars 28 forks source link

installation error missing future #18

Closed laurelrr closed 1 year ago

laurelrr commented 1 year ago

I got the following error following your pip installation procedure: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. autograd 1.4 requires future>=0.15.2, which is not installed.

pip install future>=0.15.2 allowed me to import keypoint_moseq without the kernel image issue reported in readthedocs. I think you might need to update the dependency list to include this package?

calebweinreb commented 1 year ago

Closing because this issue seems not to have come up for other any users.