Skip to content

Duplicated Files to Set Up snap.py Files #55

@ghost

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.
screenshot from 2018-12-06 15-59-04

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions