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.
When I
conda install -c bjornfjohansson pydna
, I getI assume pydna works just fine on Python 3.8, you just need to update the conda package spec.
Thanks for a great package!