Replies: 1 comment 3 replies
-
I never tried to "brew install" TRUST4. The brew is to install the appropriate gcc if the system-default one does not work. You shall just run
to compile TRUST4. Then you can run "path_trust4"/run-trust4 to execute the program. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am sorry for reaching out to you again. However, since I wasn't able to figure out "libbam" issue, I removed/uninstalled everything that I tried until now and this time tried to create a PAT token to install TRUST4 using the Github repo as mentioned firstly in the "install" section. However, this time, when I used the command below in the terminal;
"brew tap liulab-dfci/homebrew-trust4 && brew install trust4"
It returned:
==> Tapping liulab-dfci/trust4
Cloning into '/opt/homebrew/Library/Taps/liulab-dfci/homebrew-trust4'...
Username for 'https://github.com': RViuj
Password for 'https://[email protected]': [I copy pasted the PAT token]
and it returned:
remote: Repository not found.
fatal: repository 'https://github.com/liulab-dfci/homebrew-trust4/' not found
Error: Failure while executing;
git clone https://github.com/liulab-dfci/homebrew-trust4 /opt/homebrew/Library/Taps/liulab-dfci/homebrew-trust4 --origin=origin --template= --config core.fsmonitor=false
exited with 128.May I know if I am making a mistake in defining the repository path or Homebrew path or anything else to fix this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions