-
Notifications
You must be signed in to change notification settings - Fork 391
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 1.3.0 no longer available #97
Comments
Fir install opendr and then tensorflow |
what is your python version? tf1.3.0 is not available on python 3.7 |
The main README file says it requires Python 2.7 |
It requires python2.7 but pickle needs python3!!! File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main and docker is useful for tensorflow 1.3 |
may you can delete "encoding", I try it and succeed |
guys i am having the same problem when i installed the opender an error appeard like this ERROR: Command errored out with exit status 1: what i am suppose to do because i need tensorflow 1.3.0 |
Hello, Did you solve the problem? I followed the instruction to use python2.7, but encountered many problems when installing opendr and deepdish. |
Thanks for posting your code, I can't wait to start looking at it more. I'm having trouble with the install. When I do "pip install tensorflow==1.3.0", it comes back with an error saying the oldest version available is 1.13.1. When I install this version I get errors running the demo when it is trying to draw the skeleton stating "name 'xrange' is undefined". Do you know where I can get tf 1.3.0 or is there a way to run with a newer version? Thanks!
The text was updated successfully, but these errors were encountered: