View Single Post
Old 05-31-2025, 10:22 PM   #3
Rushdie1234
Member
Rushdie1234 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2025
Device: Kindle
Quote:
Originally Posted by kovidgoyal View Post
Why do you want to use a venv? calibre contains its own isolated python already. Simply use it. If you want to import some other packages, then add the path to them to sys.path before importing them.
Well installing libraries is usually done within a venv, not system wide. So how does that work? I can't install a library legitimately without venv. (Not really.)

Again, I could be missing something.
Rushdie1234 is offline   Reply With Quote