Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 311 by [email protected]: PyPI packages cannot be installed with PIP
http://code.google.com/p/protobuf/issues/detail?id=311

What steps will reproduce the problem?
1. Run 'pip install protobuf'

What is the expected output? What do you see instead?

I expect the protobuf package to be installed, but instead see this:

$ sudo pip install protobuf
Downloading/unpacking protobuf
  Downloading protobuf-2.4.1.tar.bz2 (1.4Mb): 1.4Mb downloaded
  Running setup.py egg_info for package protobuf
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/home/jkakar/src/fluidinfo/fluiddb/branches/implicit-paths-790115/build/protobuf/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/jkakar/src/fluidinfo/fluiddb/branches/implicit-paths-790115/build/protobuf/setup.py'

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


What version of the product are you using? On what operating system?

I'm using the latest version on PyPI with an up-to-date Ubuntu 11.04
system.


Please provide any additional information below.

The issue is that the tarball uploaded to PyPI doesn't have a setup.py
in the root of the package.  Probably the right thing to do is to
upload just the python/ directory.


--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to