Search code examples
pythontokenize

ERROR: Could not find a version that satisfies the requirement pyonmttok ERROR: No matching distribution found for pyonmttok


I'm unable to install package pyonmttok on windows. Can someone please help regarding this?

I tried the commands pip install pyonmttok as well as python m -pip install pyonmttok got the same error, also tried this on both python 3.6 and python 3.9

Thanks in advance


Solution

  • The module that you're trying to install has not been released by the developers (OpenNMT) for Windows. It only works for Ubuntu(or Linux in general). You can check the issue on their github here