biocore / qiime

Official QIIME 1 software repository. QIIME 2 (https://qiime2.org) has succeeded QIIME 1 as of January 2018.
GNU General Public License v2.0
285 stars 268 forks source link

Fresh qiime-dev installtion error #1655

Closed ghost closed 9 years ago

ghost commented 10 years ago

trying to install a fresh installation (in a virtual environment) using pip install git+git://github.com/qiime/qiime.git got the following error:

Could not find a version that satisfies the requirement biom-format==2.0.1-dev (from qiime==1.8.0-dev) (from versions: 1.2.0-dev, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1)
  Some externally hosted files were ignored (use --allow-external to allow).
wasade commented 10 years ago

@gilsharon, this should be addressed now with the merge of #1654, can you try again please?

ghost commented 10 years ago

It worked for biom, I now get this one:

Could not find a version that satisfies the requirement emperor==0.9.3-dev (from qiime==1.8.0-dev) (from versions: 0.9.2-dev, 0.9.3)
  Some externally hosted files were ignored (use --allow-external to allow).```
andreacampisano commented 9 years ago

Hello, did you find a workaround? I am in the same position Andrea

ElDeveloper commented 9 years ago

@andreacampisano, biom-format==2.0.1-dev is no longer a dependency of QIIME-dev so this should no longer happen with the current version in master, what's the error that you got?

On (Nov-17-14| 5:56), andreacampisano wrote:

Hello, did you find a workaround? I am in the same position Andrea


Reply to this email directly or view it on GitHub: https://github.com/biocore/qiime/issues/1655#issuecomment-63307373

andreacampisano commented 9 years ago

I am sorry, i got the other message (Could not find a version that satisfies the requirement emperor==0.9.3-dev (from qiime==1.8.0-dev) (from versions: 0.9.2-dev, 0.9.3) Some externally hosted files were ignored (use --allow-external to allow).```) I did not clarify in the first place... Andrea

ElDeveloper commented 9 years ago

Ah, the solution for this problem was merged on Monday morning, my suggestion would be to get the latest version in master and try again, it should work this time. I am going to close this issue for now, let us know if this fixes the problem.

On (Nov-18-14| 1:35), andreacampisano wrote:

I am sorry, i got the other message (Could not find a version that satisfies the requirement emperor==0.9.3-dev (from qiime==1.8.0-dev) (from versions: 0.9.2-dev, 0.9.3) Some externally hosted files were ignored (use --allow-external to allow).```) I did not clarify in the first place... Andrea


Reply to this email directly or view it on GitHub: https://github.com/biocore/qiime/issues/1655#issuecomment-63443788