Commit 53b7810
committed
macos: Do not build packages for Python 3.5
3.5 is no longer supported by Python.org and installation fails due to
download certificate failures:
+ PIP_CMD='/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -m pip'
+ /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -m
pip install --upgrade pip
Could not fetch URL https://pypi.python.org/simple/pip/: There was a
problem confirming the ssl certificate: [SSL:
TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
(_ssl.c:719) - skipping
+ '[' -z '/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -m pip' ']'
+ /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5
-m pip install virtualenv --ignore-installed
Collecting virtualenv
Could not fetch URL
https://pypi.python.org/simple/virtualenv/: There was a
problem confirming the ssl certificate: [SSL:
TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
(_ssl.c:719) - skipping
Could not find a version that satisfies the requirement
virtualenv (from versions: )
No matching distribution found for virtualenv1 parent 6bdf8f0 commit 53b7810
File tree
3 files changed
+3
-3
lines changed- scripts
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments