You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Unable to install the package via pip command
pip install pybind11 fastwer
The text was updated successfully, but these errors were encountered: