I am trying to run a flask app on my computer. It is my own app and I was playing with it a month ago and everything was working fine.
Now, when I try the flask run in the venv, I get a killed 9. I also can't execute pip, also getting a killed 9.
I cloned my project from github, thinking something might have have gone wrong in the env. I run (main)$ pip3 install -r requirements.txt
. It says clli
can't be downloaded, and after that, pip3
gets the "killed 9" message.
I tried the other solution running this - brew reinstall pcre2 gettext
- didn't work.
Any suggestions?
I was expecting the app to start running and I could see what the site looked like and do some editing and whatnot.
UPDATE: Ok, I was able to fix some of the problem. I installed cffi before the rest of the requirements, so I can use pip and python. Flask run is still giving me the killed 9 message.