BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

conda package conflicts with python 3.8 #65

Closed shenker closed 4 years ago

shenker commented 4 years ago

When I conda install -c bjornfjohansson pydna, I get

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - pydna -> python[version='2.7.*|3.5.*|3.6.*|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|3.6.0.*']

Your python: python=3.8

I assume pydna works just fine on Python 3.8, you just need to update the conda package spec.

Thanks for a great package!

BjornFJohansson commented 4 years ago

Thanks for the positive assessment! I am running it on python 3.8 myself. I'll make another release in the weekend to fix this.

BjornFJohansson commented 4 years ago

Took (a lot) longer, sorry. Closing this now