Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow Error: Process completed with exit code 137. #6

Closed
Toumask opened this issue Mar 11, 2021 · 2 comments
Closed

GitHub workflow Error: Process completed with exit code 137. #6

Toumask opened this issue Mar 11, 2021 · 2 comments

Comments

@Toumask
Copy link

Toumask commented Mar 11, 2021

My GitHub Repo: https://github.com/KrestouferT/fasapi-tdd
Issue : GitHub workflow Error: Process completed with exit code 137. Without the run commands (Install requirements - isort) it works.
What have I done to fix the problem: I searched for the exit code 137 but didn't find much (except some people saying: the error is caused by excessive memory usage).
Did someone have the same problem? How can I fix this ?

Run docker exec fastapi-tdd pip install black==20.8b1 flake8===3.8.4 isort==5.6.4 pytest==6.2.0
Defaulting to user installation because normal site-packages is not writeable
Collecting black==20.8b1
  Downloading black-20.8b1.tar.gz (1.1 MB)
  Installing build dependencies: started
Error: Process completed with exit code 137.

image

@mjhea0 mjhea0 closed this as completed Jul 4, 2021
@Akaori
Copy link

Akaori commented Aug 4, 2021

Hi @KrestouferT, did you solve the issue ?

I also got this error yesterday. I am not sure, but it seems this has to do with github actions availability ( memory size or network).

I made some changes on the repository that may cause to download some extras modules.

I found this issue Lightning-Universe/lightning-bolts#409

@Zaffer
Copy link

Zaffer commented Dec 19, 2021

You need to add the DATABASE_URL environment variable with the docker run command line. Had the same issue and this resolved it. It's not the memory.

This this for more details: https://stackoverflow.com/questions/69693796/testdriven-io-test-driven-development-with-fastapi-and-docker-error-when-runnin/70407255#70407255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants