I've been using STRONG and all the steps have been successful, except for the final phase that involves "bayespaths." There seems to be some compatibility issue with the Python version, as the STRONG environment is currently using Python 3.7, and at least version 3.8 is required to run that part of the program. I've tried updating Python in the STRONG environment, but without success. Could you provide guidance on how to address this issue? Is there a recommended solution, or is it an error that needs attention? If the latter is the case, I believe an update to the installation process, requiring a minimum of Python version 3.8, would be beneficial.
File "/home/elena/mambaforge/envs/STRONG/lib/python3.7/site-packages/pythonutils/converters.py", line 89
if match := regexp.search(input):
^
SyntaxError: invalid syntax
Hello,
I've been using STRONG and all the steps have been successful, except for the final phase that involves "bayespaths." There seems to be some compatibility issue with the Python version, as the STRONG environment is currently using Python 3.7, and at least version 3.8 is required to run that part of the program. I've tried updating Python in the STRONG environment, but without success. Could you provide guidance on how to address this issue? Is there a recommended solution, or is it an error that needs attention? If the latter is the case, I believe an update to the installation process, requiring a minimum of Python version 3.8, would be beneficial.
File "/home/elena/mambaforge/envs/STRONG/lib/python3.7/site-packages/pythonutils/converters.py", line 89 if match := regexp.search(input): ^ SyntaxError: invalid syntax
Thank you in advance.
Elena