Uh oh!
There was an error while loading. Please reload this page.
ARROW-7246: [CI][Python] Use Python 3 for docker-compose - #5886
Closed
kou wants to merge 1 commit into
Closed
Conversation
kou
commented
Nov 22, 2019
MemberAuthor
@ursabot crossbot submit -g wheel |
ursabot
commented
Nov 22, 2019
|
kou
commented
Nov 22, 2019
MemberAuthor
@ursabot crossbow submit -g wheel |
ursabot
commented
Nov 22, 2019
AMD64 Conda Crossbow Submit (#78626) builder has been succeeded. Revision: 199ed6cdc747954ed11598fb2de94b14d48debf5 Submitted crossbow builds: ursa-labs/crossbow @ ursabot-338 |
kouforce-pushed
the
python-wheel-use-python-3
branch
from
November 23, 2019 01:31
199ed6c to
fb58286CompareWe get the following error when we use Python 2: $ docker-compose pull $BUILD_IMAGE Traceback (most recent call last): File "/usr/local/bin/docker-compose", line 6, in <module> from compose.cli.main import main File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 18, in <module> import docker File "/usr/local/lib/python2.7/dist-packages/docker/__init__.py", line 2, in <module> from .api import APIClient File "/usr/local/lib/python2.7/dist-packages/docker/api/__init__.py", line 2, in <module> from .client import APIClient File "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 5, in <module> import requests File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 95, in <module> from urllib3.contrib import pyopenssl File "/usr/local/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py", line 46, in <module> import OpenSSL.SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 118, in <module> SSL_ST_INIT = _lib.SSL_ST_INIT AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
kouforce-pushed
the
python-wheel-use-python-3
branch
from
November 23, 2019 01:35
fb58286 to
e4a455fComparekou
commented
Nov 23, 2019
MemberAuthor
@ursabot crossbow submit -g wheel |
ursabot
commented
Nov 23, 2019
AMD64 Conda Crossbow Submit (#78627) builder has been succeeded. Revision: e4a455f Submitted crossbow builds: ursa-labs/crossbow @ ursabot-339 |
kou
commented
Nov 23, 2019
MemberAuthor
+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We get the following error when we use Python 2: