Closed rnjudge closed 8 months ago
Closing as I cannot reproduce:
$ pip install pyahocorasick --no-cache-dir
Collecting pyahocorasick
Downloading pyahocorasick-2.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (13 kB)
Downloading pyahocorasick-2.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (110 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.8/110.8 kB 2.7 MB/s eta 0:00:00
Installing collected packages: pyahocorasick
Successfully installed pyahocorasick-2.0.0
$ pip show pyahocorasick
Name: pyahocorasick
Version: 2.0.0
...
and also:
$ pip install pyahocorasick --no-cache-dir --no-binary :all:
Collecting pyahocorasick
Downloading pyahocorasick-2.0.0.tar.gz (99 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.7/99.7 kB 3.6 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pyahocorasick
Building wheel for pyahocorasick (setup.py) ... done
Created wheel for pyahocorasick: filename=pyahocorasick-2.0.0-cp310-cp310-linux_x86_64.whl size=114267 sha256=4813bfcfcbf31d1f98029a6b3287d380ddb6f5c85dafbb29c680864d7bf6d15c
Stored in directory: /tmp/pip-ephem-wheel-cache-j8ojpcdf/wheels/d3/e8/70/53e137eaa6bee49040694f938799dcba56f89e7f897b829706
Successfully built pyahocorasick
Installing collected packages: pyahocorasick
Successfully installed pyahocorasick-2.0.0
$ pip show pyahocorasick
Name: pyahocorasick
Version: 2.0.0
I installed the latest version of pyahocorasick:
However,
pip show
says the version is 1.4.4: