You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Runs a callback every delay milliseconds, up to repetitions times.
20
22
// If the callback returns true, the interval is cleared.
@@ -415,6 +417,12 @@ function InstallStepper({ setServer }) {
415
417
if(installConda?.error){
416
418
setInstallStatus('error');
417
419
setErrorMessage(installConda?.stderr);
420
+
alert(
421
+
'Conda could not be installed. Try running "~/.transformerlab/src/install.sh install_conda" in your terminal. This can sometimes be caused by a file permission error where the ~/.conda directory on your machine is not accessible to your user account.'
0 commit comments