LINCellularNeuroscience / VAME

Variational Animal Motion Embedding - A tool for time series embedding and clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command 'config' not found

hdsliu opened this issue · comments

I have next to zero coding experience and I am doing this as a pilot project. So please bare with me if this is a stupid question.
I followed the exact instructions to the letter for installation. But every time I tried to create a new project I get an "Command 'config' not found" error.
VAME was installed on WSL2 Ubuntu, but I tried this in native Windows and got the same error.

(VAME) mark:~$ config = vame.init_new_project\(project='VAME-t1', videos=['/home/mark/VDs/TS226.mp4', '/home/mark/VDs/TS227.mp4', '/home/mark/VDs/TS228.mp4', '/home/mark/VDs/TS230.mp4'], working_directory='/home/mark/VET1/',
videotype='.mp4'\)
Command 'config' not found, did you mean:
  command 'confid' from snap confid (1.2.1)
  command 'kconfig' from deb kconfig-frontends (4.11.0.1+dfsg-6)
  command 'kconfig' from deb kconfig-frontends-nox (4.11.0.1+dfsg-6)
  command 'fconfig' from deb redboot-tools (0.7build4)
  command 'cconfig' from deb xrootd-server (5.4.1-1)
  command 'mconfig' from deb mono-devel (6.8.0.105+dfsg-3.2)
  command 'vconfig' from deb vlan (2.0.5ubuntu5)
  command 'iconfig' from deb ipmiutil (3.1.8-1)
See 'snap info <snapname>' for additional versions.

Am I missing some requirement that need to be installed first or did I just completely misunderstood the instructions?