We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Packaging issue in 1.4.5 #117
83267b1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: