-
Notifications
You must be signed in to change notification settings - Fork 81
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
import error #9
Comments
I cannot reproduce your problem. Make sure you're installing the reshaper correctly, you can install it using pip Running Python 3.6.0:
Running Python 2.7.13:
|
mpcabd
added a commit
that referenced
this issue
Sep 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for great package. I am using python 32 with windows 7 and successfully installed arabic-reshaper using python setup.py install command but fail to import it.
Using import arabic-reshaper in my code shows syntax error while using import arabic_reshaper showing error module not found. pip freeze showing package install with name arabic_reshaper. Note that how python convert dash into underscore
For workaround I have replace all occurrence of arabic-reshaper with arabicreshaper in .py file and compile again. Now import arabicreshaper import work.
I search net about using dash in python package name and found that many people are facing problem.
Do you have solution for import arabic-reshaper error?
The text was updated successfully, but these errors were encountered: