Saturday, 15 August 2015

pip Python 3.3 windows 7 -



pip Python 3.3 windows 7 -

good evening.

i'm trying install pip on python 3.3 (win7) , looks console shows next message:

c:\python33>pip traceback (most recent phone call last): file "<frozen importlib._bootstrap>", line 1519, in _find_and_load_unlocked attributeerror: 'module' object has no attribute '__path__' during handling of above exception, exception occurred: traceback (most recent phone call last): file "c:\python33\scripts\pip-script.py", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() file "c:\python33\pip.py", line 17466, in main bootstrap(tmpdir=tmpdir) file "c:\python33\pip.py", line 17436, in bootstrap cert.write(pkgutil.get_data("pip._vendor.requests", "cacert.pem")) file "c:\python33\lib\pkgutil.py", line 627, in get_data loader = get_loader(package) file "c:\python33\lib\pkgutil.py", line 482, in get_loader homecoming find_loader(fullname) file "c:\python33\lib\pkgutil.py", line 499, in find_loader pkg = importlib.import_module(pkg_name) file "c:\python33\lib\importlib\__init__.py", line 90, in import_module homecoming _bootstrap._gcd_import(name[level:], package, level) file "<frozen importlib._bootstrap>", line 1584, in _gcd_import file "<frozen importlib._bootstrap>", line 1565, in _find_and_load file "<frozen importlib._bootstrap>", line 1522, in _find_and_load_unlocked importerror: no module named 'pip._vendor'; pip not bundle

the path fixed don't know what's wrong

c:\windows\system32>path path=c:\python33\scripts;c:\python33\;c:\windows\system32;c:\windows;c:\windows\ system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86) \intel\opencl sdk\3.0\bin\x86;c:\program files (x86)\intel\opencl sdk\3.0\bin\x6 4;c:\users\kamome\appdata\local\temp

do know what's happening? thanks

pip installed in script subfolder, python33\scripts\pip.exe, , not in main python folder.

python pip

No comments:

Post a Comment