Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Are there plans to upgrade this for Python 3.7 compatibility #20

@G00364778

Description

@G00364778

I get the following errors trying to install pyandoc on my python 3.7 system.

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

Specifications:

  • pyandoc -> python[version='>=3.6,<3.7.0a0']

Your python: python=3.7

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

The following specifications were found to be incompatible with each other:

Package msgpack-python conflicts for:
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> cachecontrol -> msgpack-python
Package pip conflicts for:
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip
python=3.7 -> pip
Package setuptools conflicts for:
python=3.7 -> pip -> setuptools
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> setuptools
Package wincertstore conflicts for:
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> setuptools -> wincertstore[version='>=0.2']
python=3.7 -> pip -> setuptools -> wincertstore[version='>=0.2']
Package wheel conflicts for:
python=3.7 -> pip -> wheel
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> wheel
Package certifi conflicts for:
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> requests -> certifi[version='>=2016.09|>=2017.4.17']
python=3.7 -> pip -> setuptools -> certifi[version='>=2016.09']
Package ca-certificates conflicts for:
pyandoc -> python[version='>=3.6,<3.7.0a0'] -> pip -> requests -> urllib3[version='>=1.21.1,<1.24'] -> cryptography[version='>=1.3.4'] -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates
python=3.7 -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions