0

I've been trying to install PyEnchant using conda. I've tried in python 3.5, .6, .7, .8, .9 and .10 but I'm getting the same notification everytime:

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

Output in format: Requested package -> Available versions.

Does anyone knows how to proceed?

  • Try installing it using pip or `conda install --channel=conda-forge pyenchant`. Based on https://pyenchant.github.io/pyenchant/install.html it is python 3.7 and above compatible. – Rjbeckwith Jun 08 '22 at 03:33
  • PyEnchant is a Python binding to Enchant. On non-Windows systems you need to install Enchant itself first, on Windows the library is pre-built. – Laurent LAPORTE Jun 08 '22 at 03:41

0 Answers0