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
Hi,
There seems to be a packaging issue with the latest tagged commit:
... while the version 1.4.3 installs without issue:
Best,
Aurélien