Hi all,
I am trying to install galaxy in my own compurter and I got this error when I run common “sh run.sh”.
“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 understand the error means that I need a newer version of python, however, I do have a python version 3.9, but it still runs in the python version 3.6. So I am not sure where went wrong.
Hi,
I did this as well, but when i try to run it will still use python3.6 for some reason, does not matter which conda environnment I am in. So, I have to eventually create a virtualenv to run the “sh run.sh” commond. It worked for me, I guess the problem is sloved, thanks everyone.