bduijnhouwer
bduijnhouwer
I have the same. Now I do my import without Geonames and then everything goes fine.
I'd like to use it in an automation, so I'm also interested in a full list.
You can change these lines, which worked for me: **from:** _subprocess.check_call([sys.executable, "-m", "pip", "install", "-U", "es-bgm"]) else: print("Installing prerelease version") subprocess.check_call([sys.executable, "-m", "pip", "install", "-U", "es-bgm", "--pre"])_ **to:** _subprocess.check_call([sys.executable, "-m",...