martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
207 stars 182 forks source link

setup.py location #359

Closed nedmsmith closed 1 year ago

nedmsmith commented 1 year ago

I'm getting build errors on a Mac where % make produces the following error

Building wheels for collected packages: lxml Building wheel for lxml (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [118 lines of output]

Where is the setup.py file supposed to come from?

% make -f venv.mk debug-venv doesn't have a setup.py file - I assume it should? SETUP_PY=" "

martinthomson commented 1 year ago

This is likely the same issue as #358. I assume that you are on python 3.11, yes?

nedmsmith commented 1 year ago

I upgraded with homebrew which brought me to 3.9. I may try uninstalling and reinstalling. Should I expect setup.py is generated or is it part of python install?

From: Martin Thomson @.> Reply-To: martinthomson/i-d-template @.> Date: Saturday, January 7, 2023 at 3:20 AM To: martinthomson/i-d-template @.> Cc: "Smith, Ned" @.>, Author @.***> Subject: Re: [martinthomson/i-d-template] setup.py location (Issue #359)

This is likely the same issue as #358https://github.com/martinthomson/i-d-template/issues/358. I assume that you are on python 3.11, yes?

— Reply to this email directly, view it on GitHubhttps://github.com/martinthomson/i-d-template/issues/359#issuecomment-1374444916, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABPMCSCICSR6NGFHXAABZLTWRFGNLANCNFSM6AAAAAATTSDIZ4. You are receiving this because you authored the thread.Message ID: @.***>

nedmsmith commented 1 year ago

Yes, this is the same issue as #358

martinthomson commented 1 year ago

Thanks. I'll close this and we can track it over there.