-
Notifications
You must be signed in to change notification settings - Fork 63
Description
setup.sh and install-snap-python.sh serve the same purpose, that is to set up snap python.
Both have the same and deprecated version of snap python which should be updated to version 4.1.0-4.1.
Following the wiki getting started will also lead to the same wrong version.

Check the latest version of snap.py required in the file system:
http://snap.stanford.edu/snappy/release/
Possible Fix for the set up command:
wget https://snap.stanford.edu/snappy/release/snap-4.1.0-4.1-centos6.5-x64-py2.6.tar.gz
tar zxvf snap-4.1.0-4.1-centos6.5-x64-py2.6.tar.gz
cd snap-4.1.0-4.1-centos6.5-x64-py2.6
sudo python setup.py install & cd ..
cp snap-4.1.0-4.1-centos6.5-x64-py2.6/snap.py ./bellydynamic-adv/
cp snap-4.1.0-4.1-centos6.5-x64-py2.6/_snap.so ./bellydynamic-adv/
chmod +x ./bellydynamic-adv/snap.py
chmod +x ./bellydynamic-adv/_snap.so