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
I am trying to install Bpipe version 0.9.11 from gitihub source code set up on M1 Mac. I am getting this error as configure file is not found in the folder.
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./configure
-bash: ./configure: No such file or directory
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
-bash: ./bpipe.config: Permission denied
(base) MacBook-Pro:bpipe-0.9.11 2 $ chmod +x ./bpipe.config
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
./bpipe.config: line 4: tools: command not found
[main] unrecognized command '{'
./bpipe.config: line 7: probe: command not found
./bpipe.config: line 8: desc: command not found
link: =: No such file or directory
./bpipe.config: line 10: syntax error near unexpected token }' ./bpipe.config: line 10: }'
Is bpipe.config file same as configure file?
Please help to install bpipe.
The text was updated successfully, but these errors were encountered:
I could not find configure file when I downloaded the version 0.9.11. Can you help me with the installation instructions to follow on M1 Mac? I have tried and followed the instructions many times but could not.
I am trying to install Bpipe version 0.9.11 from gitihub source code set up on M1 Mac. I am getting this error as configure file is not found in the folder.
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./configure
-bash: ./configure: No such file or directory
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
-bash: ./bpipe.config: Permission denied
(base) MacBook-Pro:bpipe-0.9.11 2 $ chmod +x ./bpipe.config
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
./bpipe.config: line 4: tools: command not found
[main] unrecognized command '{'
./bpipe.config: line 7: probe: command not found
./bpipe.config: line 8: desc: command not found
link: =: No such file or directory
./bpipe.config: line 10: syntax error near unexpected token
}' ./bpipe.config: line 10:
}'Is bpipe.config file same as configure file?
Please help to install bpipe.
The text was updated successfully, but these errors were encountered: