Hello everyone,
I hope you all are safe and healthy. I am new to qiime2 but I do have some experience especially with earlier versions. As a result I was very excited when the newest update was released qiime2-2020.11. However, upon installing it I got this massive SyntaxError: invalid syntax as seen below
SyntaxError: invalid syntax
(qiime2-2020.11_better) Calvin-Cornells-MacBook-Pro:~ eyehillentertainment$ qiime --help
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/qiime", line 11, in
load_entry_point('q2cli==2020.11.1', 'console_scripts', 'qiime')()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/ init .py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/ init .py", line 2852, in load_entry_point
return ep.load()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/ init .py", line 2443, in load
return self.resolve()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/ init .py", line 2449, in resolve
module = import (self.module_name, fromlist=[' name '], level=0)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/q2cli-2020.11.1-py2.7.egg/q2cli/ main .py", line 11, in
import q2cli.commands
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/q2cli-2020.11.1-py2.7.egg/q2cli/commands.py", line 226
options = [*self._inputs, *self._params, *self._outputs, *self._misc]
And as a result, of this error qiime2 doesn't work at all. Hence if I could please have some help in solving this problem it would be greatly appreciated.
To install this version of qiime2 I natively installed it using Natively installing QIIME 2 — QIIME 2 2020.11.1 documentation
However, using the link that qiime2 provided caused massive conflicts eventually leading to qiime2 failing to install. So i looked up this problem and I found this link here Instalation qiime 2020.11 Found conflicts! Looking for incompatible packages
Which suggested I download new copies of the environment files which I did by downloading this package found on GitHub GitHub - qiime2/environment-files
Next I unpackaged it and I did the following environment-files/2020.11/release/ it was within this folder i found this file
qiime2-2020.11-py36-osx-conda.yml
So i copied it and pasted it where my files usually get downloaded and I then followed the instructions on Natively installing QIIME 2 — QIIME 2 2020.11.1 documentation
Therefore any help would be greatly appreciated and would mean a lot to me.
Thank you very much, and happy holidays everyone.