-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Error during install on debian #241
Comments
Solve an error with not existing configspec.ini during install on Debian system. See issue rabbitvcs#241 about details.
the fix broke it for me: changing it back to rabbitvcs/util/configspec/configspec.ini solved it for me. |
Broke it for me as well on Ubuntu 18.04 |
Also broken on Fedora 28. I think this should be reverted. |
This was reverted in ed9893e |
@adamplumb should we close this issue? |
Sorry about this guys, I didn't actually test the PR before merging it in. I think we should close this. |
Sorry from me as well. |
While trying the recommended install method for the latest version (0.17) I was stopped with an error:
I suspect that
setup.py
should contain the real path of theconfigspec.ini
so by correcting line 103:["rabbitvcs/util/configspec/configspec.ini"]
into
["util/configspec/configspec.ini"]
the install completed successfully.
Is this valid, or there was some other error I missed and the install completed only by chance? :)
I am creating a PR in case my solution is really THE solution.
The text was updated successfully, but these errors were encountered: