so i am examining an information set and preparing it for preprocessing and I am back into computer technology aftersome time so bear with me (I am a mac user)
i am attempting to run this sh file that will not run due to mistakes about its directory site not existing … can somebody supply me with some insight regarding how to get this code operating on a mac (apple silicon)
its part of a group of files from github, here is the link:.
https://github.com/TIMAN-group/covid19_misinformation/blob/master/data/README.md#download-the-coaid-dataset
it consists of the following code:
#!/ bin/bash.
# get tweets.
python3 extract_real_and_fake_tweets_coaid. py-- data_type 1 # real.
python3 extract_real_and_fake_tweets_coaid. py-- data_type 2 # phony.
# get dataset.
python3 pip generate_full_dataset. py full_dataset_label_ids. csv coaid_tweets_real. csv coaid_tweets_fake. csv.
# combine datasets for deFEND.
python3 merge_claim_tweets_fake. py.
python3 merge_claim_tweets_real. py.
python3 merge_news_tweets_fake. py.
python3 merge_news_tweets_real. py.
here are the mistakes:
/ Library/Developer/CommandLineTools/ usr/bin/python3: can't open file '/ Users/josehuertas/merge _ claim_tweets_fake. py': [Errno 2] No such file or directory site.
/ Library/Developer/CommandLineTools/ usr/bin/python3: can't open file '/ Users/josehuertas/merge _ claim_tweets_real. py': [Errno 2] No such file or directory site.
/ Library/Developer/CommandLineTools/ usr/bin/python3: can't open file '/ Users/josehuertas/merge _ news_tweets_fake. py': [Errno 2] No such file or directory site.
/ Library/Developer/CommandLineTools/ usr/bin/python3: can't open file '/ Users/josehuertas/merge _ news_tweets_real. py': [Errno 2] No such file or directory site.
josehuertas@Joses-Macbook-Pro ~ %.