WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
914 stars 122 forks source link

installing wheel for pyahocorasick==1.4.1 in python3.6.8 #143

Closed Mohit-15 closed 3 years ago

Mohit-15 commented 3 years ago

Hello, I was installing pyahocorasick version 1.4.1 using pip, but it fails to build the wheel. I don't get where this error comes from. Please help me solve this issue.

image

WojciechMula commented 3 years ago

You are missing MSVC installation on your computer. The error message gives you the URL for download the compiler.

Mohit-15 commented 3 years ago

Thank You. I'll try with this