ERPGulf / saudi-phase-2

Phase 2 implementation of E-Invoicing ( Zatca ) for Saudi Arabia on ERPNext
Other
12 stars 25 forks source link

apps/saudi_einvoice/saudi_einvoice/saudi_einvoice/utils.py", line 11, in <module> from path import Path #2

Open nasir97177 opened 1 year ago

nasir97177 commented 1 year ago

ModuleNotFoundError: No module named 'path'

kindly Check this

zaid2229 commented 9 months ago

Hi ,

I encountered the ModuleNotFoundError: No module named 'path' error as well, and managed to resolve it by simply installing the missing path module.

If anyone else comes across this issue, you can fix it by running the following pip command:

pip install path

After installing the module, the error was resolved for me. Hope this helps!