EthoML/VAME

import error

Closed this issue · 2 comments

I installed the latest version, but got the following error when running "import vame":

----> 4 import vame

File d:\ProgramData\anaconda3\envs\vame\Lib\site-packages\vame_init_.py:18
16 from vame.model import train_model
17 from vame.model import evaluate_model
---> 18 from vame.analysis import pose_segmentation

hi @xiaoxionglab , thanks for reporting this. Could you please paste the full error track to help me debug?

I found the issue—it was related to the permission for importing from the vame environment. Once I ran VSCode as an administrator, everything worked smoothly. Thanks!