bug#44541: Blender addon can't find Python libraries

2024-07-06 Thread Vinicius Monego
Em dom, 2020-11-08 às 23:22 +0100, raingloom escreveu: > I've been meaning to report this for a while, but forgot. Can't test > it > right now, but I'm pretty sure it's still relevant. (that reminds me, > i > should finish updating the Blender package too) > > Reproduce by installing an addon like

bug#44541: Blender addon can't find Python libraries

2021-03-30 Thread raingloom
On Tue, 30 Mar 2021 13:31:39 +0900 Sébastien Lerique wrote: > Hi raingloom, > > > Reproduce by installing an addon like AnimationNodes. Or just > > open thescripting REPL and enter 'import numpy'. > > I just hit this, and calling blender with > `--python-use-system-env` works as a workaroun

bug#44541: Blender addon can't find Python libraries

2021-03-29 Thread Sébastien Lerique
Hi raingloom, Reproduce by installing an addon like AnimationNodes. Or just open thescripting REPL and enter 'import numpy'. I just hit this, and calling blender with `--python-use-system-env` works as a workaround. Is this maybe expected behaviour? Sébastien

bug#44541: Blender addon can't find Python libraries

2020-11-09 Thread raingloom
I've been meaning to report this for a while, but forgot. Can't test it right now, but I'm pretty sure it's still relevant. (that reminds me, i should finish updating the Blender package too) Reproduce by installing an addon like AnimationNodes. Or just open the scripting REPL and enter 'import nu