Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid syntax (memory.py, line 271) #222

Open
ereyred opened this issue Sep 7, 2022 · 0 comments
Open

invalid syntax (memory.py, line 271) #222

ereyred opened this issue Sep 7, 2022 · 0 comments

Comments

@ereyred
Copy link

ereyred commented Sep 7, 2022

Hello, the installation seems okay but when I try to run the test data, it gives me the error below. I installed manually in a Python2.7 conda environment. Thanks.

invalid syntax (memory.py, line 271)
Traceback (most recent call last):
File "./quast.py", line 309, in
return_code = main(sys.argv[1:])
File "./quast.py", line 107, in main
contigs_fpaths, old_contigs_fpaths = qutils.correct_contigs(contigs_fpaths, corrected_dirpath, labels, reporting)
File "/dir/quast-5.2.0/quast_libs/qutils.py", line 181, in correct_contigs
old_fpaths, corr_fpaths, broken_scaffold_fpaths, logs, is_fatal_error = run_parallel(parallel_correct_contigs, parallel_run_args, n_jobs)
File "/dir/quast/quast-5.2.0/quast_libs/qutils.py", line 1074, in run_parallel
import joblib
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/init.py", line 113, in
from .memory import Memory, MemorizedResult, register_store_backend
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/memory.py", line 271
raise new_exc from exc
^
SyntaxError: invalid syntax
ERROR! exception caught!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant