No module named pkg_resources
smruti77 opened this issue · 4 comments
smruti77 commented
while i am doing python avocado-setup.py --bootstrap
i got the error
Traceback (most recent call last):
File "avocado-setup.py", line 23, in <module>
import configparser
ImportError: No module named configparser
so tried to install configparser ,
pip install configparser
Traceback (most recent call last):
File "/usr/bin/pip", line 6, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
PraveenPenguin commented
@smruti77 please install configparser using pip3 install configparser
as pip pacakge installation we disabled from repo
smruti77 commented
@PraveenPenguin getting same error
File "/usr/bin/pip3", line 6, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
PraveenPenguin commented
ah seems me setup issue may be python3 not installed properly
smruti77 commented
got it, thank you.it resolved.