Skip to content Skip to sidebar Skip to footer

Fatal Error: Python.h: No Such File Or Directory, Python-levenshtein Install

Firstly, I'm working on an Amazon EC2 instance, Amazon linux version 2 AMI using Python 3.7. I'm trying to install the python-Levenshtein package using the command: pip3 install py

Solution 1:

Thanks to Charles, the answer is as follows:

sudo yum install python3-devel

Post a Comment for "Fatal Error: Python.h: No Such File Or Directory, Python-levenshtein Install"