Superdirt not found in SC

Hi there, Trying to get started with tidal and SC doesn't seem to be able to find SuperDirt class:

ERROR: Class not defined.
in interpreted text
line 1 char 9:

SuperDirt.start

When running the easy tidal isntall script, these errors came up:

replace /Users/jamesparker/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: error: invalid response [{ENTER}]
replace /Users/jamesparker/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: error: invalid response [#### INST]
replace /Users/jamesparker/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: %

Would love any tips as to how to proceed!

Thanks

I'm having the same issue and had no errors during installation.

My error is slightly different from yours.

ERROR: Class not defined.
     in file 'selected text'
     line 1 char 9

     SuperDirt.start

@Albert how does it go if you run this in SuperCollider:

Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.2"); thisProcess.recompile()})