View Single Post
Old 05-31-2025, 10:41 PM   #5
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,400
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Why on earth would you want to use ebooklib with calibre, calibre contains far more capable code to read ebook formats. And no you dont need to install using venv, venv is just a crutch for people that dont take the time to understand how python importing works. Just download ebooklib wheel and add the path to the wheel to sys.path and then import it. Or unzip the whl file and add the path to the top level directory containing the top level __init__.py to sys.path and import it.
kovidgoyal is offline   Reply With Quote