Snappy Configuration on 64 bit Ubuntu 16.04 LTS failed

Hi, I don’t know if two late to answer. But I had the same problem as you and I have solved it using a fresh virtual environment to use with snappy. I had created using the venv using conda

  1. Create the environment to use with snappy

    conda create --name snappy python=3.5

  2. Configure python to use snap-python (using the interpreter of our virtual environment)

    ./snappy-conf ~/anaconda3/envs/snappy8/bin/python