I am try to run code
sh run.sh
and it showed me the error
File "/anaconda3/envs/_galaxy_/lib/python3.6/site-packages/filelock/__init__.py", line 8
from __future__ import annotations
^
SyntaxError: future feature annotations is not defined
I saw some solutions indicated that I need to update my python version, but I am in a python verion 3.9.7.
(py39) KedeMacBook-Pro:~ ke$ python --version
Python 3.9.7
However, in the error code it showed a python veriosn of 3.6. So, I am not sure where went wrong. Why it is not using the python envrionment that I have? Please help, thank you.