This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Failed install #1364
Comments
I ran into what seems like a similar problem. This appears to be distribution-dependent. It does not happen on a debian-based container I was also working in. edit: I should mention, I tried this at Full output:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Im trying to install fasttext onto VSCode for a deeppavlov system im developing. Whenever I do pip install fasttext, i get the error message shown below. Am i installing it wrong or what do I do to fix it.
Thank you
`Building wheels for collected packages: fasttext
Building wheel for fasttext (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
python/fasttext_module/fasttext/pybind/fasttext_pybind.cc(185): note: 'pybind11::class_fasttext::DenseMatrix &pybind11::class_fasttext::DenseMatrix::def(const char *,Func &&,const Extra &...)': expects 3 arguments - 1 provided
│ exit code: 1
╰─> [75 lines of output]
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fasttext
Running setup.py clean for fasttext
Failed to build fasttext
ERROR: Could not build wheels for fasttext, which is required to install pyproject.toml-based projects`
The text was updated successfully, but these errors were encountered: