jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Other
120 stars 15 forks source link

conda install: requirements incompatible for 3+ #11

Closed endrebak closed 7 years ago

endrebak commented 7 years ago
conda install atropos
Fetching package metadata ...............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:
  - atropos -> khmer -> python 2.7*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.
jdidion commented 7 years ago

Thanks for the report. Working on this now.

On Apr 21, 2017, at 8:47 AM, Endre Bakken Stovner notifications@github.com wrote:

conda install atropos Fetching package metadata ............... Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

jdidion commented 7 years ago

Apologies - I failed to update the MANIFEST.in after moving some code around. It is fixed now in v1.1.2 and I have verified that it works in py36 via pip. Still verifying that it works via conda.