Getting dependencies Error when installing frappe Mail to self host

That error is coming because of missing module ‘uuid_utils’. Is this your custom app ?? Uninstall that app and then try to install and migrate your Frappe Mail.

this is self hosted frappe press.

If dependencies missing then just install them.

Try

‘pip install uuid-utils’

i knew it. but it self hosted press. in my press server mail dependencies issues.

in mail pyproject.toml

add this

dependencies = [
# “frappe~=15.0.0” # Installed and managed by bench.
“bcrypt~=4.2.1”,
“py3dns~=4.0.2”,
“dnspython~=2.4.2”,
“xmltodict~=0.14.2”,
“dns-lexicon~=3.20.1”,
“validate-email-address~=1.0.0”,
“uuid_utils==0.11.0”
]