-
Notifications
You must be signed in to change notification settings - Fork 106
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
ImportError: No module named hashids #27
Comments
What do you mean? In the sense that it's not on pypi? Does the pip install work correctly? |
Same goes with me I can't import Hashids. pip was able to install the module correctly. |
Sorry for not answering earlier. Is this still an issue @greenstudiocorp, @dalelicious? If yes, please provide a repro – how are you installing hashids, and which python version are you using? Thank you! |
Any updates? |
I'm using Python 3.7 on macOS Catalina. And installed hashids via |
This smells like a Mac OS issue rather than anything to do with Hashids. Assuming you're not using a virtualenv, then there are some funky things with Mac python packaging (at least, on my machine). If you run
...which means that This all gets much simpler inside a virtualenv - and saves having to make system-wide changes for crazy stuff like this. If you're not using one, you may want to try it, but it's not mandatory. If you are inside a virtualenv, then give us the output of a session like this:
You could try the same with a different pip library (any that you want, maybe one you haven't used before - eg. |
Hey There! Got the same issue. Thanks to @barys-matsiushyn ! |
hashids-python is not compatible with macOS (10.13.6). Please let me know how to fix it!
The text was updated successfully, but these errors were encountered: