abhishek-ram / pyas2

This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2
GNU General Public License v2.0
47 stars 23 forks source link

bug: pip install does not work anymore #14

Closed clatze closed 9 years ago

clatze commented 9 years ago

Downloading/unpacking pyas2 Downloading pyAS2-0.2.tar.gz (247kB): 247kB downloaded Running setup.py (path:/tmp/pip-build-KEI3C8/pyas2/setup.py) egg_info for package pyas2 Traceback (most recent call last): File "", line 17, in File "/tmp/pip-build-KEI3C8/pyas2/setup.py", line 4, in with open(os.path.join(os.path.dirname(file), 'pyAS2/README.rst')) as readme: IOError: [Errno 2] No such file or directory: '/tmp/pip-build-KEI3C8/pyas2/pyAS2/README.rst' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip-build-KEI3C8/pyas2/setup.py", line 4, in

with open(os.path.join(os.path.dirname(__file__), 'pyAS2/README.rst')) as readme:

IOError: [Errno 2] No such file or directory: '/tmp/pip-build-KEI3C8/pyas2/pyAS2/README.rst'


Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-KEI3C8/pyas2 Storing debug log for failure in /home/latze/.pip/pip.log

abhishek-ram commented 9 years ago

Fixed follow this process for upgrading- http://pyas2.readthedocs.org/en/stable/installation.html#upgrading-pyas2