Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to install through pip #5

Open
Mahdhir opened this issue May 22, 2021 · 1 comment
Open

Fail to install through pip #5

Mahdhir opened this issue May 22, 2021 · 1 comment

Comments

@Mahdhir
Copy link

Mahdhir commented May 22, 2021

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.
@elsheraey
Copy link

elsheraey commented Jul 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants