We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the torch installation guidelines http://torch.ch/docs/getting-started.html#_, first step is fine executing:
git clone https://github.com/torch/distro.git ~/torch --recursive
but when I try and run:
bash install-deps
I keep getting this error:
: invalid optionne 2: set: - set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...] : command not found3: : command not found7: { : command not found8: 'nstall-deps: line 9: syntax error near unexpected token `{ 'nstall-deps: line 9: `install_openblas() {
Unsure if it's a problem with my .bash_profile or something else.
The text was updated successfully, but these errors were encountered:
I also encountered this problem when installing ubuntu. Have you solved it?
Sorry, something went wrong.
No branches or pull requests
Following the torch installation guidelines http://torch.ch/docs/getting-started.html#_, first step is fine executing:
git clone https://github.com/torch/distro.git ~/torch --recursive
but when I try and run:
bash install-deps
I keep getting this error:
Unsure if it's a problem with my .bash_profile or something else.
The text was updated successfully, but these errors were encountered: