Getting error OSError: Looks like you do not have git-lfs installed,

Hi,
When i attempt to run training i get the following error. I am on mac.
OSError: Looks like you do not have git-lfs installed, please install. You can install from https://git-lfs.github.com/. Then run git lfs install (you only have to do this once).

I have installed git lfs and ran the git lfs install command too… have tried restarting the kernel post installation.
git lfs install

Updated Git hooks.

Git LFS initialized.

(PyG) C02G35CWMD6R:hooks vsitaraman$ git-lfs --version

git-lfs/3.1.2 (GitHub; darwin amd64; go 1.17.6)

(PyG) C02G35CWMD6R:hooks vsitaraman$

5 Likes

Any success in resolving this error?

I had the same error. And since I use M1 processor, I tried suggested method in here: git lfs - git lfs is not a command Mac OS - Stack Overflow and it did works (I’m using brew instead of port). But not knowing the workaround for amd

1 Like

Worked for me too. Thank you sharing!