0

I am trying to make a python program using bazel. When running the following snippet of code:

__path__ = __import__('pkgutil').extend_path(__path__, __name__)

I am given the following error:

NameError: name '__path__' is not defined

Sylvester Kruin
  • 3,294
  • 5
  • 16
  • 39

0 Answers0