actions-aws-eb icon indicating copy to clipboard operation
actions-aws-eb copied to clipboard

RUN pip install --upgrade pip awsebcli

Open matthew-french opened this issue 1 year ago • 3 comments

RUN pip install --upgrade pip awsebcli

Is failing on:

#0 6.592 × Getting requirements to build wheel did not run successfully. #0 6.592 │ exit code: 1 #0 6.592 ╰─> [68 lines of output] #0 6.592 /tmp/pip-build-env-he0ygdp8/overlay/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg #0 6.592 !! #0 6.592
#0 6.592 ******************************************************************************** #0 6.592 The license_file parameter is deprecated, use license_files instead. #0 6.592
#0 6.592 By 2023-Oct-30, you need to update your project and remove deprecated calls #0 6.592 or your builds will no longer be supported. #0 6.592
#0 6.592 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. #0 6.592 ******************************************************************************** #0 6.592
#0 6.592 !!

matthew-french avatar Jul 18 '23 13:07 matthew-french

Any word on this? I'm running into a similar issue here.

jlaverde77 avatar Aug 04 '23 00:08 jlaverde77

+1

lucarducci avatar Aug 04 '23 11:08 lucarducci

I've sent a PR to fix it https://github.com/hmanzur/actions-aws-eb/pull/17

lucarducci avatar Aug 04 '23 12:08 lucarducci