[MCOL-4114] converge on one version of python Created: 2020-06-25 Updated: 2020-07-10 Resolved: 2020-07-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
As of 1.5.2, we have kind of a mess re which platforms require which version of python and which scripts run in py2 or py3. Some scripts have code to switch on python version, etc. Inevitably we've run into problems with this. No need for that AFAIK. Just make all platforms require py3, and make all scripts use py3. |
| Comments |
| Comment by Jose Rojas (Inactive) [ 2020-06-25 ] |
|
Note: Need to update server dependencies when we update our engine ref for mariadb/server repo |
| Comment by Daniel Lee (Inactive) [ 2020-07-09 ] |
|
Build verified: 1.5.3-1 (drone build #287) tested on Centos 7.6 and Ubuntu18.04. Restarted mariadb and mariadb-columnstores services |
| Comment by Daniel Lee (Inactive) [ 2020-07-10 ] |
|
Restested in 1.5.3-1 (drone #280) The fix is also in build #280 |