magic-animate
magic-animate copied to clipboard
Apple M2: No module named 'magicanimate'
requirements_mac.txt
I modified the requirements.txt to make it suitable for my mac.
While executing ./scripts/animate.sh
, I encountered erro:
No module named 'magicanimate'
So I tried pip3 install magicanimate
and encountered below:
ERROR: Could not find a version that satisfies the requirement magicanimate (from versions: none)
ERROR: No matching distribution found for magicanimate
Same as m1 pro
I have Ubuntu and intel CPU and have same problem
I have already sloved this problem. Do you still need help, or you have sloved this?
Problem is gone when I downloaded needed files
That's a good news. Magicanimate is a user-defined module, so I solved by putting "init.py" file in necessary files.