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
Finished invoking pip on requirements.txt
An exception occurred while building the package.
Traceback (most recent call last):
File "/var/task/app.py", line 72, in handler
install_dependencies(output_log, extract_dir)
File "/var/task/app.py", line 50, in install_dependencies
raise Exception(
Exception: There was an error pip-installing the packages in requirements.txt; Pip had non-zero return status. Please check the log output.
Aborted!
I would like some help please.
The text was updated successfully, but these errors were encountered:
Hello,
When i try to deploy the code i get this error
ship deploy && ship use
Finished invoking pip on requirements.txt
An exception occurred while building the package.
Traceback (most recent call last):
File "/var/task/app.py", line 72, in handler
install_dependencies(output_log, extract_dir)
File "/var/task/app.py", line 50, in install_dependencies
raise Exception(
Exception: There was an error pip-installing the packages in requirements.txt; Pip had non-zero return status. Please check the log output.
Aborted!
I would like some help please.
The text was updated successfully, but these errors were encountered: