Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
423 Discussions

pip install intel-tensorflow Broken import - Python 2.7

Ben_Zecharia__Mordec
724 Views

Hi

I used the 

# Python 2.7

pip install intel-tensorflow

And it seems to be broken:

File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/lazy_loader.py", line 62, in __getattr__
    module = self._load()
  File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/lazy_loader.py", line 45, in _load
    module = importlib.import_module(self.__name__)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/__init__.py", line 31, in <module>
    from tensorflow.contrib import cloud

The bug is in /usr/local/lib/python2.7/dist-packages/tensorflow/contrib/__init__.py

There is no such folder (cloud)

0 Kudos
1 Reply
Louie_T_Intel
Moderator
724 Views

Hi

Sorry for late response.

We don't see the same issue.

Would you mind to do "pip update;pip upgrade" and then install intel-tensorflow again?

 

 

0 Kudos
Reply