explosion / tokenizations

Robust and Fast tokenizations alignment library for Rust and Python https://tamuhey.github.io/tokenizations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install with pip

oxdc opened this issue · comments

commented

I tried to install pytokenizations on aarch64 platform with Python 3.6 and pip installed, it threw:

Collecting pytokenizations
  Downloading https://files.pythonhosted.org/packages/*******/pytokenizations-0.7.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.6/tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-********/pytokenizations/setup.py'

Is there any way to resolve?

Hi, thanks for reporting issue!
Please try pip install -U pip and install pytokenizations again

commented

thanks a lot! I finally resolved it.