SnapWrap icon indicating copy to clipboard operation
SnapWrap copied to clipboard

ModuleNotFoundError: No module named 'snap'

Open vrmaurice opened this issue 3 years ago • 3 comments

I followed install instructions for this library. Now I copied the example script.

It gives this error on the first line

from SnapWrap import Snapchat

ModuleNotFoundError: No module named 'snap'

I'm on Fedora 36.

vrmaurice avatar Sep 22 '22 19:09 vrmaurice

is this resolved?

httpanand avatar May 04 '23 03:05 httpanand

This module is outdated, you can look at the contribution dates are 9 years ago.

prabeshAryal avatar Oct 16 '23 04:10 prabeshAryal

for resolve, go to snap.py and replace the line import StringIO with try: import StringIO except ImportError: from io import StringIO

algarix avatar Feb 13 '24 14:02 algarix