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

Won't import #1

Open
TurnrDev opened this issue Jun 26, 2018 · 6 comments
Open

Won't import #1

TurnrDev opened this issue Jun 26, 2018 · 6 comments

Comments

@TurnrDev
Copy link

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'

@bo3OU
Copy link

bo3OU commented Aug 28, 2018

second that

@matt-dalton
Copy link

+1

@carlobolla
Copy link

Bumping this issue, although i think the module is abandoned.

@jonathan-kosgei
Copy link
Owner

jonathan-kosgei commented Jan 15, 2019

Here's how to import it, sorry guys.

from emojiflags.lookup import lookup as emoji_flag

This works for me, used it for about a year.

@TurnrDev
Copy link
Author

Okay, but have you tried on a different system from PyPi?

@kennell
Copy link

kennell commented Jul 7, 2019

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants