line 8, in <module> from pkg_resources import resource_filename ModuleNotFoundError: No module named 'pkg_resources' I get this error when installing. been searching everywhere for solution but to no avail, any idea how I could fix this?
line 8, in
from pkg_resources import resource_filename
ModuleNotFoundError: No module named 'pkg_resources'
I get this error when installing. been searching everywhere for solution but to no avail, any idea how I could fix this?