Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install broken #5

Closed
hjwp opened this issue May 26, 2011 · 1 comment
Closed

pip install broken #5

hjwp opened this issue May 26, 2011 · 1 comment

Comments

@hjwp
Copy link

hjwp commented May 26, 2011

easy_install still works, but pip install pattern produces:

root@localhost:/home/anywhere# pip install pattern
Downloading/unpacking pattern
  Downloading pattern-1.8.zip (12.6Mb): 12.6Mb downloaded
  Running setup.py egg_info for package pattern
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/home/anywhere/build/pattern/   setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: '/home/anywhere/build/pattern/setu   p.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /root/.pip/pip.log

looks like the installer is looking for setup.py in the wrong folder...

root@localhost:/home/anywhere# ls /home/anywhere/build/pattern
__MACOSX  pattern  pip-egg-info
root@localhost:/home/anywhere# ls /home/anywhere/build/pattern/pattern/
en        graph        LICENSE.txt  nl          search.py  table.py  web
examples  __init__.py  metrics.py   README.txt  setup.py   vector
root@localhost:/home/anywhere#
@tom-de-smedt
Copy link
Member

Should be fixed now, I was able to successfully install pattern-1.9 with "pip install pattern"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants