python-pgp icon indicating copy to clipboard operation
python-pgp copied to clipboard

install failed

Open rayshen3 opened this issue 8 years ago • 1 comments

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

rayshen3 avatar Feb 09 '17 10:02 rayshen3

Getting the same error. Did you ever resolve it?

DrewQuartic avatar Mar 05 '19 19:03 DrewQuartic