Closed sankadinesh closed 3 years ago
Hello,
Can you confirm whether you are running pythong version 3.7 or above? It might have been the issue. Older python versions did not support template strings.
Hi there, yes. I have confirmed it. I am attaching screen shot as well. Pls check. Thanks Regards, Dinesh S L
Hi,
You must be using a python version older than 3.6. As other users haven't got the error could you try following and see if it is 3.7?
python --version
Hi Anuradha, yes. it is 3.7 Thanks Regards, Dinesh S L
Hi Dinesh,
It's strange and I'll have a deeper look as soon as I return to uni after holiday shutdown.
Thanks for understanding Anuradha
Could you try to run the program without installing it? Although you might have python3 the version caught by the main python file's header may be different.
You can build using build.sh
and then run using python3 MetaBCC-LR
from the cloned directory.
Hi there, How to resolve the following error while running ./MetaBCC-LR
./MetaBCC-LR File "./MetaBCC-LR", line 76 checkpoints_path = f"{output}/checkpoints" ^ SyntaxError: invalid syntax
Regards, Dinesh