Skip to content

Packaging issue in 1.4.5 #117

@ajmazurie

Description

@ajmazurie

Hi,
There seems to be a packaging issue with the latest tagged commit:

$ pip install https://github.com/mogui/pyorient/archive/v1.4.5.zip                                                    Err 1 #269
Collecting https://github.com/mogui/pyorient/archive/v1.4.5.zip
  Downloading https://github.com/mogui/pyorient/archive/v1.4.5.zip
     \ 3.1MB 2.7MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/var/folders/t5/42snzyyj0nn4s2fvhykwt2bw0000gn/T/pip-bFZ441-build/setup.py", line 25, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /var/folders/t5/42snzyyj0nn4s2fvhykwt2bw0000gn/T/pip-bFZ441-build

... while the version 1.4.3 installs without issue:

$ pip install https://github.com/mogui/pyorient/archive/v1.4.3.zip                                                    Err 1 #270
Collecting https://github.com/mogui/pyorient/archive/v1.4.3.zip
  Downloading https://github.com/mogui/pyorient/archive/v1.4.3.zip
     | 3.1MB 294kB/s
Installing collected packages: pyorient
  Running setup.py install for pyorient
Successfully installed pyorient-1.4.3

Best,
Aurélien

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions