hmtanbir / hijricalendar

Hijri Calendar is a package for Bangla language users with various functionalities including Arabic date in bangla and english format..
MIT License
6 stars 0 forks source link

No module named 'hijri' #1

Open Shah9il opened 2 years ago

Shah9il commented 2 years ago

import hijricalendar Traceback (most recent call last): File "", line 1, in File "D:\Personal\Python\hdi_django\hdi_site\hdi_env_py3.10.0\lib\site-packages\hijricalendar__init.py", line 4, in from umalqurra.hijri_date import HijriDate File "D:\Personal\Python\hdi_django\hdi_site\hdi_env_py3.10.0\lib\site-packages\umalqurra\hijri_date.py", line 10, in from hijri import Umalqurra ModuleNotFoundError: No module named 'hijri' import hijricalendar Traceback (most recent call last): File "", line 1, in File "D:\Personal\Python\hdi_django\hdi_site\hdi_env_py3.10.0\lib\site-packages\hijricalendar\init__.py", line 4, in from umalqurra.hijri_date import HijriDate File "D:\Personal\Python\hdi_django\hdi_site\hdi_env_py3.10.0\lib\site-packages\umalqurra\hijri_date.py", line 10, in from hijri import Umalqurra ModuleNotFoundError: No module named 'hijri' import hijri Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'hijri'

hmtanbir commented 2 years ago

@Shah9il could you please add more details and in which scenario you got the issue ?