ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

fatal error C1083: Cannot open include file: 'io.h': No such file or directory #67

Open jbflow opened 3 years ago

jbflow commented 3 years ago

I'm having trouble installing on Python 3.9.2, in a venv. Pretty sure the following error is the culprit. fatal error C1083: Cannot open include file: 'io.h': No such file or directory

Had this working on Python 3.8 no problem but now no longer working since updating. I've created a new venv and reinstalled everything but getting this issue.

alex-d13 commented 2 years ago

Same problem here, did you solve it?