Open lcn0 opened 4 years ago
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
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