I created the file .antismash6.cfg and mentioned the path to the directory for storing the databases and again executed the command
python3 download_databases.py
But this time, I am getting the following error:
ImportError: cannot import name 'Markup' from 'jinja2'
(I didn't get this error while running the script a few days back)
I tried the following fixes:
pip install --upgrade jinja2
Then I tried,
pip install flask==2.0.3
I also tried installing a lower version of jnja2 with
pip install jinja2==3.1.1
Then I did
sudo apt install mailutils
followed by
from jinja2.utils import markupsafe
and it said from: too many arguments
So I am stuck at this place and still not able to download the databases.