python - ImportError: No module named 'libs.utils' -


using: python 3.5.2, tensorflow gpu 0.12.0

i trying run code autoencoders here. in code snippet asked import library has function corrupt(x). use trying import from libs.utils import corrupt error importerror: no module named 'libs.utils'

how can resolve in windows?

in folder c:\users\raady\appdata\local\programs\python\python35\libs have 4 files: _tkinter.lib, libpython35.a, python3.lib, python35.lib.

in folder c:\users\raady\appdata\local\programs\python\python35\lib don't have folder libs.

to import library workspace, should install?

see here. it's github repo found example. need download whole directory or @ least libs directory in order access libs.utils module.

if download libs directory separately make sure put in same directory example tensorflow script.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -