Andrey Nikishaev
1 min readJun 5, 2018

--

utils is not a python pip lib, it’s just lib in my code. So remove utils that you installed with pip.
Also it would be good if you can share your error. and result of command like:
import utils; print(dir(utils))

--

--