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
installing on a python pip environment that was not installed via conda throws an error
logs :
Setting conda init...
./install.sh: line 40: conda: command not found
./install.sh: line 41: /etc/profile.d/conda.sh: No such file or directory
Setting environment... (envs/environment.yml)
./install.sh: line 48: conda: command not found
Activating environment... (klaam)
./install.sh: line 51: conda: command not found
Upgrading pip...
./install.sh: line 55: python: command not found
Updating poetry config...
./install.sh: line 59: python: command not found
Installing dependencies using poetry...
./install.sh: line 62: python: command not found
The text was updated successfully, but these errors were encountered:
@egyleader The . sh file cannot be directly run on the Windows command prompt or PowerShell. Therefore, to run the . sh file on Windows, it is required to enable “Windows Subsystem for Linux” (WSL) on the system
installing on a python pip environment that was not installed via conda throws an error
logs :
The text was updated successfully, but these errors were encountered: