sjs7007 / S3Lab

Code for Deep Cloud back end.
http://deepc05.acis.ufl.edu:8080/
0 stars 0 forks source link

Tensor flow error on deepc05 : AttributeError: type object 'NewBase' has no attribute 'is_abstract' #7

Closed sjs7007 closed 8 years ago

sjs7007 commented 8 years ago

https://github.com/tensorflow/tensorflow/issues/1965

sjs7007 commented 8 years ago

Fix using : sudo pip install six --upgrade --target="/usr/lib/python2.7/dist-packages"

mayank-kgp commented 8 years ago

@sjs7007 Not working

mayank-kgp commented 8 years ago

@sjs7007 It worked after sudo pip install six --upgrade --target="/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/"