enthought / enaml

Default Repo description from terraform module
Other
3 stars 0 forks source link

error installing enaml 0.6.8 with pip #273

Closed lebedov closed 11 years ago

lebedov commented 11 years ago

On Ubuntu 12.10 with Python 2.7.3, attempting to install ets 4.3.0 within a new virtualenv environment results in an enaml installation failure:

Downloading/unpacking enaml>=0.6.8.dev (from ets)
  Downloading enaml-0.6.8.tar.gz (582Kb): 582Kb downloaded
  Running setup.py egg_info for package enaml
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/lev/TEST/build/enaml/setup.py", line 45, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/home/lev/TEST/build/enaml/setup.py", line 45, in <module>

    long_description=open('README.rst').read(),

IOError: [Errno 2] No such file or directory: 'README.rst'
rkern commented 11 years ago

Sorry about that. We didn't have a proper MANIFEST.in in place. I've reuploaded the sdist to PyPI with the full contents of the git repo.