-
Notifications
You must be signed in to change notification settings - Fork 221
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
Tensorrec environment issues #151
Comments
try installing tensorflow==1.7.0 |
tried installing tensorflow1.7.0 but still have the same issues |
After installing tensorflow 1.7.0 try this command: pip install tensorrec --ignore-installed I had the same problem and this worked! |
Still does not work. Seems that after i did that it reverted tensorflow to tensorflow1.14 :pip install tensorrec --ignore-installed |
Hello, |
Hi! I'm currently encountering this error when i run the code:
Traceback (most recent call last): File "tensorrec.py", line 2, in import tensorrec File "/Users/tensorrec.py", line 5, in model = tensorrec.TensorRec() AttributeError: module 'tensorrec' has no attribute 'TensorRec'
I noticed another user has raised this issue before but there was no solution. My python versions are as follows:
python --version
Python 2.7.10
python3 --version
Python 3.6.1
Here's a pip freeze of my environment:
absl-py==0.7.1
appnope==0.1.0
astor==0.8.0
attrs==19.1.0
backcall==0.1.0
bleach==3.1.0
decorator==4.4.0
defusedxml==0.6.0
entrypoints==0.3
gast==0.2.2
google-pasta==0.1.7
grpcio==1.23.0
h5py==2.9.0
ipykernel==5.1.2
ipython==7.7.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.15.1
Jinja2==2.10.1
jsonschema==3.0.2
jupyter==1.0.0
jupyter-client==5.3.1
jupyter-console==6.0.0
jupyter-core==4.5.0
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
Markdown==3.1.1
MarkupSafe==1.1.1
mistune==0.8.4
nbconvert==5.6.0
nbformat==4.4.0
notebook==6.0.0
numpy==1.17.0
pandocfilters==1.4.2
parso==0.5.1
pexpect==4.7.0
pickleshare==0.7.5
prometheus-client==0.7.1
prompt-toolkit==2.0.9
protobuf==3.9.1
ptyprocess==0.6.0
Pygments==2.4.2
pyrsistent==0.15.4
python-dateutil==2.8.0
pyzmq==18.1.0
qtconsole==4.5.3
scipy==1.3.1
Send2Trash==1.5.0
six==1.11.0
tensorboard==1.14.0
tensorflow==1.14.0
tensorflow-estimator==1.14.0
tensorrec==0.26.2
termcolor==1.1.0
terminado==0.8.2
testpath==0.4.2
tornado==6.0.3
traitlets==4.3.2
wcwidth==0.1.7
webencodings==0.5.1
Werkzeug==0.15.5
widgetsnbextension==3.5.1
wrapt==1.11.2
The text was updated successfully, but these errors were encountered: