Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation: psycopg2 -> psycopg2-binary #109

Merged

Conversation

dinosk
Copy link
Member

@dinosk dinosk commented Mar 22, 2018

Closes #101

Signed-off-by: Dinos Kousidis konstantinos.kousidis@cern.ch

Signed-off-by: Dinos Kousidis <konstantinos.kousidis@cern.ch>
@dinosk dinosk force-pushed the 101-psycogp2-warning-message branch from 3252682 to 2cec934 Compare March 22, 2018 16:20
@dinosk
Copy link
Member Author

dinosk commented Mar 22, 2018

This will remove the following warning:

...
Collecting psycopg2>=2.7.3 (from invenio-db==1.0.0)
/Users/dinossimpson/.pyenv/versions/2.7/envs/db-qa-2/lib/python2.7/site-packages/pip/_vendor/urllib3/util/ssl_.py:339: 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/advanced-usage.html#ssl-warnings
  SNIMissingWarning
/Users/dinossimpson/.pyenv/versions/2.7/envs/db-qa-2/lib/python2.7/site-packages/pip/_vendor/urllib3/util/ssl_.py:137: 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/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning
...

...
Collecting psycopg2-binary>=2.7.3 (from invenio-db==1.0.0)
  Using cached psycopg2_binary-2.7.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
...

@lnielsen lnielsen merged commit e7137a0 into inveniosoftware:master Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants