claritychallenge / clarity_CC

Support for Clarity Enhancement and Prediction Challenges (obsolete - see README)
http://claritychallenge.org/the-team
Creative Commons Attribution Share Alike 4.0 International
46 stars 10 forks source link

Running baseline on MacOS #8

Open adwaykanhere opened 2 years ago

adwaykanhere commented 2 years ago

I'm trying to run the baseline scripts as suggested in your INSTALL.md file. When running the following code at step 1: cd install ./install.sh

I have changed the following lines of code to point to my local directory:

#!/usr/bin/env bash
#full_path=$(realpath $0)
CLARITY_ROOT=$(/Users/adwayk/Documents/GitHub/clarity_CC/clarity_CPC1/install) # up one level from install script
echo $CLARITY_ROOT

I get an error on my system that states that:

Screen Shot 2022-04-23 at 6 09 21 PM

Would really appreciate any help soon.