fastwer icon indicating copy to clipboard operation
fastwer copied to clipboard

Fail to install through pip

Open Mahdhir opened this issue 4 years ago • 1 comments

Unable to install the package via pip command

pip install pybind11 fastwer

Collecting pybind11
  Downloading https://files.pythonhosted.org/packages/8d/43/7339dbabbc2793718d59703aace4166f53c29ee1c202f6ff5bf8a26c4d91/pybind11-2.6.2-py2.py3-none-any.whl (191kB)
     |████████████████████████████████| 194kB 8.4MB/s 
Collecting fastwer
  Downloading https://files.pythonhosted.org/packages/cb/4d/a497cf1554862372a25576ac38c60e4ae4494cd6795aa52a21eab041cfd2/fastwer-0.1.3.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Mahdhir avatar May 22 '21 05:05 Mahdhir

Try pip install pybind11 and then pip install fastwer and I think the instructions need to be updated accordingly.

What I concluded from the messages and might be wrong is that it goes as follows: Download All -> Build All -> Install All and building wheels for fastwer requires pybind11 to be installed first causing the issue.

elsheraey avatar Jul 15 '21 03:07 elsheraey