We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Giving error after using pip install .
pip install .
error: subprocess-exited-with-error × Building wheel for sent2vec (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [2 lines of output] cl : Command line error D8021 : invalid numeric argument '/Wno-cpp' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\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 sent2vec Failed to build sent2vec ERROR: Could not build wheels for sent2vec, which is required to install pyproject.toml-based projects
please mention all requirements.
The text was updated successfully, but these errors were encountered:
Giving error after using pip install . error: subprocess-exited-with-error × Building wheel for sent2vec (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [2 lines of output] cl : Command line error D8021 : invalid numeric argument '/Wno-cpp' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\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 sent2vec Failed to build sent2vec ERROR: Could not build wheels for sent2vec, which is required to install pyproject.toml-based projects please mention all requirements.
I have also encountered the same problem. Have you solved it? Please give me some advice, Thanks.
Sorry, something went wrong.
Had similar problem with installation, I found the clearest step-by-step outlined here: #118 -- maybe consider amending in readme?
No branches or pull requests
Giving error after using
pip install .
please mention all requirements.
The text was updated successfully, but these errors were encountered: