sollan / alma

Fully automated (rodent) limb motion analysis toolbox for behavioral analysis with bodypart coordinate data, building upon markerless pose estimation.
GNU General Public License v3.0
13 stars 5 forks source link

Problem with preparing metadata #29

Closed aer2232 closed 1 year ago

aer2232 commented 1 year ago

Hello,

I am trying to launch alma.py and have encountered an issue at the pip install -r requirements.txt step. snip1

The error says that the metadata preparation did not run successfully. snip2

I am using a Windows computer with Python3.10

Thanks, Alex

sollan commented 1 year ago

Hi Alex! This can be due to a number of reasons, but most likely because your Python version is not supported by numpy 1.19 (https://numpy.org/doc/stable/release/1.19.5-notes.html). As a general suggestion, Python 3.8 might work better in terms of library compatibility, based on experience of previous users.

Let me know if this helps!