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

pip installation failed #977

Open
djgdhx opened this issue Nov 11, 2023 · 2 comments
Open

pip installation failed #977

djgdhx opened this issue Nov 11, 2023 · 2 comments
Assignees
Labels
type: bug Something isn't working

Comments

@djgdhx
Copy link

djgdhx commented Nov 11, 2023

pip installation failed Why ?

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for python-crfsuite
Running setup.py clean for python-crfsuite
Successfully built metaphone
Failed to build levenshtein regex python-crfsuite
ERROR: Could not build wheels for levenshtein, regex, python-crfsuite, which is required to install pyproject.toml-based projects

@djgdhx djgdhx added the type: bug Something isn't working label Nov 11, 2023
@qidanrui qidanrui assigned qidanrui and unassigned wangxiaoying Nov 13, 2023
@LeonardoAcquaroli
Copy link

Same issue on a Windows 11 and pip updated at the last version.

@Cristian-RC
Copy link

Cristian-RC commented May 29, 2024

There are two solutions, for that you must have the c++ tool installed

https://visualstudio.microsoft.com/visual-cpp-build-tools/

go to the project.toml of the project and install the libraries that are there
https://github.com/sfu-db/dataprep/blob/develop/pyproject.toml

or you perform the following command
pip install -U git+https://github.com/sfu-db/dataprep.git@develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants