Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'snap' #22

Open
vrmaurice opened this issue Sep 22, 2022 · 3 comments
Open

ModuleNotFoundError: No module named 'snap' #22

vrmaurice opened this issue Sep 22, 2022 · 3 comments

Comments

@vrmaurice
Copy link

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.

@httpanand
Copy link

is this resolved?

@prabesharyal
Copy link

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

@algarix
Copy link

algarix commented Feb 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants