Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow module is missing #102

Open
alex-vinnik-sp opened this issue Aug 31, 2020 · 0 comments
Open

Tensorflow module is missing #102

alex-vinnik-sp opened this issue Aug 31, 2020 · 0 comments

Comments

@alex-vinnik-sp
Copy link

What Tensorflow version is needed? Thanks.

$ python run_karate.py -node2vec 0
Using TensorFlow backend.
Traceback (most recent call last):
  File "run_karate.py", line 18, in <module>
    from gem.embedding.sdne     import SDNE
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/gem-1.0.0-py3.6.egg/gem/embedding/sdne.py", line 20, in <module>
    from .sdne_utils import *
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/gem-1.0.0-py3.6.egg/gem/embedding/sdne_utils.py", line 3, in <module>
    from keras.layers import Input, Dense
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/Keras-2.0.2-py3.6.egg/keras/__init__.py", line 3, in <module>
    from . import activations
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/Keras-2.0.2-py3.6.egg/keras/activations.py", line 3, in <module>
    from . import backend as K
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/Keras-2.0.2-py3.6.egg/keras/backend/__init__.py", line 64, in <module>
    from .tensorflow_backend import *
  File "/Users/alex.vinnik/.local/lib/python3.6/site-packages/Keras-2.0.2-py3.6.egg/keras/backend/tensorflow_backend.py", line 1, in <module>
    import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant