-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. sudo easy_install ~/Downloads/Polymode-0.1.1-py2.6-linux-x86_64.egg
What is the expected output? What do you see instead?
I don't know what is expected, but here is what I've got:
Processing Polymode-0.1.1-py2.6-linux-x86_64.egg
creating /usr/local/lib/python2.7/dist-packages/Polymode-0.1.1-py2.6-linux-x86_64.egg
Extracting Polymode-0.1.1-py2.6-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages
Sorry: IndentationError: ('unexpected indent', ('/usr/local/lib/python2.7/dist-packages/Polymode-0.1.1-py2.6-linux-x86_64.egg/Polymode/KrylovSolver.py', 741, 28, ' self.rorthogonalize.append(self.normalize_vector(v))\n'))
Adding Polymode 0.1.1 to easy-install.pth file
Installed /usr/local/lib/python2.7/dist-packages/Polymode-0.1.1-py2.6-linux-x86_64.egg
Processing dependencies for Polymode==0.1.1
Searching for Polymode==0.1.1
Reading http://pypi.python.org/simple/Polymode/
Couldn't find index page for 'Polymode' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for Polymode==0.1.1
error: Could not find suitable distribution for Requirement.parse('Polymode==0.1.1')
What version of the product are you using? On what operating system?
Linux Ubuntu 11.04 64 bit. Python 2.7.1.
Please provide any additional information below.
Original issue reported on code.google.com by kotya.ka...@gmail.com on 31 Aug 2011 at 9:11