QIIME Installation problem

Hi, today I have tried to install Qiime2 on Ubuntu 18.04 using this guide: QIIME installation guide and this is what appear:

matteoselci@matteoselci-Satellite-C660D:~ pip install numpy Requirement already satisfied: numpy in ./miniconda3/lib/python3.6/site-packages (1.15.0) matteoselci@matteoselci-Satellite-C660D:~ pip install qiime
Collecting qiime
Using cached https://files.pythonhosted.org/packages/a2/9e/094c330d85e6d519f643f6c6381a575df7a09f1f9bcd59bddbfbdd1a8506/qiime-1.9.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-install-c01d525p/qiime/setup.py”, line 363
if all([e not in sys.argv for e in ‘egg_info’, ‘sdist’, ‘register’]):
^
SyntaxError: invalid syntax

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-install-c01d525p/qiime/

Do you know how to solve it? Thank you very much!
Best wishes,
M.S.

Hi @Matteo_S92,

Sorry for the delayed response :frowning:

I think you found the wrong instructions, you’ve got the right conda, but you don’t want to use pip to install anything.

Give these instructions a shot and let us know:

https://docs.qiime2.org/2018.6/install/native/

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.