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
my python versions are 3.5.7 and 2.7.17
pip install parse , urlparse and urllib (pip2 / pip3)
Still giving error, should I modify munin-host? from urllib.parse import urlparse to from urlparse import urlparse
Traceback (most recent call last): File "munin-host.py", line 16, in from urllib.parse import urlparse ImportError: No module named parse
o
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my python versions are 3.5.7 and 2.7.17
pip install parse , urlparse and urllib (pip2 / pip3)
Still giving error, should I modify munin-host?
from urllib.parse import urlparse
to
from urlparse import urlparse
Traceback (most recent call last):
File "munin-host.py", line 16, in
from urllib.parse import urlparse
ImportError: No module named parse
o
The text was updated successfully, but these errors were encountered: