That's a multi file package you wont be able to run it unmodified from inside a zip file, if it does not use relative imports, which older packages like this typically do not.
You could extract it from the zip file, add the extracted folder to sys.path and import it that way.
|