import error
Closed this issue · 2 comments
xiaoxionglab commented
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
luiztauffer commented
hi @xiaoxionglab , thanks for reporting this. Could you please paste the full error track to help me debug?
xiaoxionglab commented
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!