-
Notifications
You must be signed in to change notification settings - Fork 277
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
Python build from source does not work #685
Comments
After reviewing some further documentation, it seems like you will have to install the setuptools package from pip beforehand in order to generate the build file. I found the reference in this document here: Potentially this section should read
|
Thanks for the report. This is interesting, which pip version are you using? Setuptools should only be required on old versions (it's used in |
My version of pip is: I see that the build-system of setup-tools is defined here in
(I had already successfully run the build previously) So it looks like the config is being being read properly since that's the only location I see the dependencies defined, but for some reason it doesn't install required build tool. I'm not a python dev so it may be a simple misunderstanding from my end. Please let me know if there is a simple solution and if this is something I should have known or done differently. |
Description
yamllint/docs/quickstart.rst
Lines 44 to 49 in 99fb29a
I have attempted to build the binary from source as mentioned in the above code snippet, however I receive an error when attempting the build.
Information
Steps to Reproduce
git clone https://github.com/adrenverge/yamllint.git
cd yamllint
python3 -m build
The text was updated successfully, but these errors were encountered: