Thread: pip install?
View Single Post
Old 08-24-2019, 11:18 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,294
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote