Python - TensorFlow - ModuleNotFoundError: No module named x -
i'm trying run tensorflow program using python3.6 i'm facing error:
modulenotfounderror: no module named 'tensorflow.python.pywrap_tensorflow_internal'
i found out should run script directory, other tensorflow's. however, when ran script in terminal directory error:
line x: models.object_detection.utils import dataset_util
modulenotfounderror: no module named 'models'
moreover, here directory looks like:
- root - models . - object_detection . . - utils . . + dataset_util.py - my_folder . + my_file.py
how can solve issue?
thanks.
wiki
Comments
Post a Comment