Fix PyLint error, unable to import frappe in VS Code
Error unable to import frappe in VScode
Assuming that your project root directory is inside /apps/ and that's also where frappe app is located.
create a .env file in your project root directory and then add
PYTHONPATH=../frappe # your unresolved mo...
blog.victor-abz.com1 min read