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

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -

How to understand 2 main() functions after using uftrace to profile the C++ program? -