Created
November 23, 2013 07:23
-
-
Save davidbirdsong/7611851 to your computer and use it in GitHub Desktop.
python setup.py bdist_rpm error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + python setup.py build | |
| Traceback (most recent call last): | |
| File "setup.py", line 13, in <module> | |
| dirs=os.listdir("./library/") | |
| OSError: [Errno 2] No such file or directory: './library/' | |
| error: Bad exit status from /var/tmp/rpm-tmp.6UD5n2 (%build) | |
| RPM build errors: | |
| Bad exit status from /var/tmp/rpm-tmp.6UD5n2 (%build) | |
| error: command 'rpmbuild' failed with exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment