You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering a similar issue to #22 with the prime difference appearing to be a missing requirements.txt file.
Orb version:
circleci/aws-elastic-beanstalk@2.0.1
What happened:
EB CLI Setup failes with error.
installing awsebcli...
Fatal error from pip prevented installation. Full pip output in file:
/home/circleci/.local/pipx/logs/cmd_2023-02-28_21.16.11_pip_errors.log
pip seemed to fail to build package:
awsebcli
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
error: metadata-generation-failed
Error installing awsebcli.
Encountering a similar issue to #22 with the prime difference appearing to be a missing
requirements.txt
file.Orb version:
circleci/aws-elastic-beanstalk@2.0.1
What happened:
EB CLI Setup failes with error.
Expected behavior:
Orb should successfully install awsebcli
Additional Information:
There is this breadcrumb
The text was updated successfully, but these errors were encountered: