-
Notifications
You must be signed in to change notification settings - Fork 54
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
cannot install levenshtein #51
Comments
Can I have logs about it ? Like the error log file mentionned ? |
sure thing HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
× Building wheel for levenshtein (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 23.3.2 -> 24.0 [notice] A new release of pip is available: 23.3.2 -> 24.0 Consider adding shell completions for pipx. Run 'pipx completions' for instructions. You will need to open a new terminal or re-login for the PATH changes to take effect. Otherwise pipx is ready to go! ✨ 🌟 ✨ pip failed to build package: Some possibly relevant errors from pip install: Error installing gitfive. |
here is error log: PIP STDOUTCollecting gitfive PIP STDERRerror: subprocess-exited-with-error × Building wheel for levenshtein (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
It might be easier to view it in gitpod if you have an account (if not, youcan choose to sign in with your github account) at https://github.com/mxrch/GitFive and then run the first 3 commands to see where the error hits - just a thought |
Also encountering on Fedora |
I had the same issue on macOS 14.6.1 (Intel) in |
I get the following message when i reach the "pip install gitfive" step
I am using Gitpod.io
This is the error message:
gitpod /workspace/GitFive (master) $ pipx install gitfive
Fatal error from pip prevented installation. Full pip output in file:
/home/gitpod/.local/state/pipx/log/cmd_2024-02-08_14.51.05_pip_errors.log
pip failed to build package:
levenshtein
Some possibly relevant errors from pip install:
Error installing gitfive.
The text was updated successfully, but these errors were encountered: