Whenever I try to install anything through the visual studio code terminal, I am unable to. I am using MacOS. I keep getting the error message Killed: 9
whenever I try to install anything.
pip3 install pyautogui
Killed: 9
Whenever I try to install anything through the visual studio code terminal, I am unable to. I am using MacOS. I keep getting the error message Killed: 9
whenever I try to install anything.
pip3 install pyautogui
Killed: 9
I looked it up and found a couple things that might fix your problem:
Close the terminal window and open a new one.
Try the same command, but use sudo.
Try this command: brew reinstall pcre2 gettext
Download UPX using brew install UPX
, then decompress the binary with upx -d /path/to/App.app/MacOS/App
(This one seemed to help multiple people with the same problem.)
There might be another process causing the error. Kill that process, close the terminal and start a new one, and try again.
Links: