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
-
Create the environment to use with snappy
conda create --name snappy python=3.5
-
Configure python to use snap-python (using the interpreter of our virtual environment)
./snappy-conf ~/anaconda3/envs/snappy8/bin/python