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

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

Open
nasir97177 opened this issue Apr 8, 2023 · 1 comment

Comments

@nasir97177
Copy link

ModuleNotFoundError: No module named 'path'

kindly Check this

@zaid2229
Copy link

zaid2229 commented Sep 15, 2023

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!

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

2 participants