You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Our build recently started failing because Travis-CI is having issues installing Pillow package, which is needed by the snapshot framework. Probably something related to the Python2.7 deprecation. Here is the log from Travis-CI:
$ python -m pip install Pillow --user
Collecting Pillow
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not find a version that satisfies the requirement Pillow (from versions: )
No matching distribution found for Pillow
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
The command "python -m pip install Pillow --user" failed and exited with 1 during .
One workaround is to download the Pillow package from PC and commit it in git, then install it from local storage, but that is not very elegant.
Do you have other solution for that (probably migrating to Python3)?
The text was updated successfully, but these errors were encountered:
Hello,
Our build recently started failing because
Travis-CI
is having issues installingPillow
package, which is needed by the snapshot framework. Probably something related to thePython2.7
deprecation. Here is the log fromTravis-CI
:One workaround is to download the
Pillow
package from PC and commit it in git, then install it from local storage, but that is not very elegant.Do you have other solution for that (probably migrating to
Python3
)?The text was updated successfully, but these errors were encountered: