-
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
ImportError: No module named umonitor - Ubuntu 18.04 #1
Comments
Did you run |
Yes, but I didn't see any errors though. mlim@linux:~/python-umonitor$ sudo python setup.py install |
Hello rliou92,
I have finished "sudo python setup.py", but execution threw an error below. I'm running Ubuntu 18.04. Any insight would be greatly appreciated.
mlim@linux:~/python-umonitor$ umonitor
Traceback (most recent call last):
File "/usr/local/bin/umonitor", line 11, in
load_entry_point('umonitor==20181018', 'console_scripts', 'umonitor')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2693, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2324, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2330, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python2.7/dist-packages/umonitor-20181018-py2.7-linux-x86_64.egg/umonitor/init.py", line 3, in
from umonitor.umonitor import Umonitor
ImportError: No module named umonitor
The text was updated successfully, but these errors were encountered: