Reinstall openssl
This commit is contained in:
parent
0505cc247e
commit
f53f4d3b81
@ -5,9 +5,11 @@ set -ex
|
|||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
|
|
||||||
# Python 3.7.4 with 10.12 bottle
|
# Python 3.7.4 with 10.12 bottle
|
||||||
brew install openssl@1.1
|
|
||||||
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
|
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
|
||||||
|
|
||||||
|
# Reinstall openssl to fix Python pip install issues
|
||||||
|
brew reinstall openssl@1.1
|
||||||
|
|
||||||
which python3
|
which python3
|
||||||
python3 --version
|
python3 --version
|
||||||
which pip3
|
which pip3
|
||||||
@ -21,6 +23,7 @@ brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/dcc34dd3cb
|
|||||||
|
|
||||||
python3 -c "from PySide2 import __version__; print(__version__)"
|
python3 -c "from PySide2 import __version__; print(__version__)"
|
||||||
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
|
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
|
||||||
|
python3 -c "import ssl; print(ssl)"
|
||||||
pip3 install py2app
|
pip3 install py2app
|
||||||
python3 -c "from py2app.recipes import pyside2"
|
python3 -c "from py2app.recipes import pyside2"
|
||||||
pip3 install twisted[tls] appnope requests certifi
|
pip3 install twisted[tls] appnope requests certifi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user