[Solution] No module named 'ahocorasick'

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/a19990412/article/details/91473373

operating

pip install pyahocorasick -i https://pypi.tuna.tsinghua.edu.cn/simple/
  • Enough
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ahocorasick
>>>

Quote:

Guess you like

Origin blog.csdn.net/a19990412/article/details/91473373