-
Notifications
You must be signed in to change notification settings - Fork 6
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
DistributionNotFound error on Arch #2
Comments
Update: got it working by installing from sources. I'm not a Python developer, but this is what worked for me. Since I didn't want to pollute the global libraries, I tried installing it just for my user;
from the git clone directory, of course. Then I had to symlink the executable, which easy_install creates in the site-packages directory, to my
|
I performed a
Valgrind reports the following (trimmed for brevity):
Moved the config file out of the way (
If the ERROR SUMMARY says 15,643 errors, is |
Hmm let me look into this. Normally |
Upgraded Syu and started receiving errors; umonitor no longer runs.
This is
and the error received for any execution (any arguments) is:
I also tried the
umonitor-git
package, which is:but this version either complains about the config file:
or segfaults:
At the time I'm posting this, AUR is down for maintenance, or I'd report the package; maybe some of the dependency libraries were missed. In any case, reporting here for for posterity.
The text was updated successfully, but these errors were encountered: