Created
September 25, 2012 12:18
-
-
Save cointoss1973/3781445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\tkondou\Downloads>pip | |
Usage: pip COMMAND [OPTIONS] | |
You must give a command (use "pip help" to see a list of commands) | |
C:\Users\tkondou\Downloads>pip install ipython | |
Exception: | |
Traceback (most recent call last): | |
File "C:\Python27-x64\lib\site-packages\pip\basecommand.py", line 107, in main | |
status = self.run(options, args) | |
File "C:\Python27-x64\lib\site-packages\pip\commands\install.py", line 248, in | |
run | |
import setuptools | |
File "C:\Python27-x64\lib\site-packages\setuptools\__init__.py", line 2, in <m | |
odule> | |
from setuptools.extension import Extension, Library | |
File "C:\Python27-x64\lib\site-packages\setuptools\extension.py", line 5, in < | |
module> | |
from setuptools.dist import _get_unpatched | |
File "C:\Python27-x64\lib\site-packages\setuptools\dist.py", line 6, in <modul | |
e> | |
from setuptools.command.install import install | |
File "C:\Python27-x64\lib\site-packages\setuptools\command\__init__.py", line | |
8, in <module> | |
from setuptools.command import install_scripts | |
File "C:\Python27-x64\lib\site-packages\setuptools\command\install_scripts.py" | |
, line 1, in <module> | |
from distutils.command.install_scripts import install_scripts \ | |
ImportError: No module named install_scripts | |
Storing complete log in C:\Users\tkondou\pip\pip.log | |
C:\Users\tkondou\Downloads> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment