packaging-problems icon indicating copy to clipboard operation
packaging-problems copied to clipboard

HOW CAN I SOLVE THIS? note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

Open VincentOracle opened this issue 1 year ago • 4 comments

Problem description

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

image

VincentOracle avatar Jul 13 '24 12:07 VincentOracle

Some tips?

VincentOracle avatar Jul 13 '24 12:07 VincentOracle

You need to give more context:

  • what pip command you ran
  • if necessary, your requirements or setup or pyproject files
  • full error message (as text, with code formatting, not image)

merwok avatar Jul 13 '24 14:07 merwok

The important part of the error is cut off at the top of the screen. It looks like it ends with AttributeError: module "setuptools.command.easy_install" has no attribute "get_script_args".

henryiii avatar Jul 13 '24 15:07 henryiii

I am just trying to deploy the flask wen server application onrender.com and l find this error message

On Sat, Jul 13, 2024, 6:33 PM Henry Schreiner @.***> wrote:

The important part of the error is cut off at the top of the screen. It looks like it ends with AttributeError: module "setuptools.command.easy_install" has no attribute "get_script_args".

— Reply to this email directly, view it on GitHub https://github.com/pypa/packaging-problems/issues/781#issuecomment-2226959239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY2CSBMBPKNDSVP54DPBSZ3ZMFCFPAVCNFSM6AAAAABK2HBI46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRWHE2TSMRTHE . You are receiving this because you authored the thread.Message ID: @.***>

VincentOracle avatar Jul 13 '24 15:07 VincentOracle

This is probably no longer relevant/important given the lack of context. Closing.

webknjaz avatar Nov 13 '24 19:11 webknjaz