View Single Post
Old 08-22-2020, 04:15 AM   #267
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,474
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@jgoguen: This will happen if one of the plugins you are installing uses multiprocessing. In python 3.8 multiprocessing was changed to use spawn rather than fork on macOS. This should take care of it: https://github.com/kovidgoyal/calibr...6e4db0610d5ddb
kovidgoyal is offline