In [ ]:
import sys
sys.path.append('../../yelp_dataset_challenge/')
import yelp_util
yelp_util.download(file_list=["yelp_academic_dataset_business.pickle",
                              "yelp_academic_dataset_review.pickle",
                              "yelp_academic_dataset_user.pickle",
                              "yelp_academic_dataset_checkin.pickle",
                              "yelp_academic_dataset_tip.pickle"])

In [4]:
!pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl


Collecting tensorflow==0.8.0 from https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
  Using cached https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
Requirement already up-to-date: numpy>=1.8.2 in /home/carlson/anaconda/lib/python2.7/site-packages (from tensorflow==0.8.0)
Requirement already up-to-date: six>=1.10.0 in /home/carlson/anaconda/lib/python2.7/site-packages (from tensorflow==0.8.0)
Collecting protobuf==3.0.0b2 (from tensorflow==0.8.0)
  Using cached protobuf-3.0.0b2-py2.py3-none-any.whl
Requirement already up-to-date: wheel in /home/carlson/anaconda/lib/python2.7/site-packages (from tensorflow==0.8.0)
Collecting setuptools (from protobuf==3.0.0b2->tensorflow==0.8.0)
  Using cached setuptools-22.0.0-py2.py3-none-any.whl
Installing collected packages: setuptools, protobuf, tensorflow
  Found existing installation: setuptools 21.2.1
Cannot remove entries from nonexistent file /home/carlson/anaconda/lib/python2.7/site-packages/easy-install.pth

In [ ]:


In [ ]: