Getting an exit code 139 when trying to install pyopenssl on CircleCI
sudo pip install pyopenssl --upgrade --ignore-installed returned exit code 139
Anyone know why this might be?
Getting an exit code 139 when trying to install pyopenssl on CircleCI
sudo pip install pyopenssl --upgrade --ignore-installed returned exit code 139
Anyone know why this might be?
I may be wrong, but upgrade and ignore-install seem like they don’t go together.
Does sudo pip install pyopenssl --upgrade --force-reinstall
throw the same error?