I installed Python 3.4.0, but I cannot use pip. So, I installed pip from python.org. Then I installed PATH. when i use pip it reports this:
C:\Users\think\Downloads\pip-7.1.2>pip Traceback (most recent call last): File "C:\Python34\lib\runpy.py", line 171, in _run_module_as_main "__main__", mod_spec) File "C:\Python34\lib\runpy.py", line 86, in _run_code exec(code, run_globals) ... File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\conn ectionpool.py", line 33, in <module> from .connection import ( File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\conn ection.py", line 41, in <module> from .util import ( File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\util \__init__.py", line 5, in <module> from .ssl_ import ( File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\util \ssl_.py", line 4, in <module> from ..exceptions import SSLError, InsecurePlatformWarning ImportError: cannot import name 'InsecurePlatformWarning'
Python3.4.0 on Win32
source share