-
Notifications
You must be signed in to change notification settings - Fork 7
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
Won't import #1
Comments
second that |
+1 |
Bumping this issue, although i think the module is abandoned. |
Here's how to import it, sorry guys.
This works for me, used it for about a year. |
Okay, but have you tried on a different system from PyPi? |
Since i had some issues too and this project seems to be unmaintained, i created a similar package https://github.com/kennell/flagz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No matter what I do, I cannot get it to import.
from emojiflags.lookup import lookup
ModuleNotFoundError: No module named 'emojiflags'
from emoji-flags.lookup import lookup
ModuleNotFoundError: No module named 'emoji-flags'
from flags.lookup import lookup
ModuleNotFoundError: No module named 'flags'
The text was updated successfully, but these errors were encountered: