chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

Hello, I am having the following issues to install. #6

Closed leonhatori closed 7 years ago

leonhatori commented 7 years ago

C:\Users\Leon Hatori>pip install chainside-btcpy Collecting chainside-btcpy C:\Python27\lib\site-packages\pip-9.0.1-py2.7.egg\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 C:\Python27\lib\site-packages\pip-9.0.1-py2.7.egg\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 chainside-btcpy (from versions: ) No matching distribution found for chainside-btcpy

SimoneBronzini commented 7 years ago

Looks like you are trying to install this package for python2.7. This package is only available for python3.