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

install failed #13

Open
rayshen3 opened this issue Feb 9, 2017 · 1 comment
Open

install failed #13

rayshen3 opened this issue Feb 9, 2017 · 1 comment

Comments

@rayshen3
Copy link

rayshen3 commented Feb 9, 2017

pip install py-pgp
Downloading/unpacking py-pgp
  Downloading py-pgp-0.0.1.tar.gz (126kB): 126kB downloaded
  Running setup.py (path:/tmp/pip_build_ray/py-pgp/setup.py) egg_info for package py-pgp
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_ray/py-pgp/setup.py", line 30, in <module>
        'CHANGELOG.rst',
    IOError: [Errno 2] No such file or directory: 'LICENSE.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/pip_build_ray/py-pgp/setup.py", line 30, in <module>

    'CHANGELOG.rst',

IOError: [Errno 2] No such file or directory: 'LICENSE.rst'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_ray/py-pgp
Storing debug log for failure in /home/ray/.pip/pip.log
ray@um:~/py-pgp-0.0.1$ sudo python setup.py
Traceback (most recent call last):
  File "setup.py", line 30, in <module>
    'CHANGELOG.rst',
IOError: [Errno 2] No such file or directory: 'LICENSE.rst'

when i install py-pgp module with pip or source code, got errors like that,
is there someone can help me :(

ubuntu 14:04
pip 9.0.1
pip list

@DrewQuartic
Copy link

Getting the same error. Did you ever resolve it?

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