Blender with Anaconda environment error on Blender:Start #113
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
I recently installed Blender 3.0. I have chosen to use an anaconda environment in order to install python packages which would then be available in Blender. I have correctly linked the python folder of my anaconda env here:
C:\Program Files\Blender Foundation\Blender 3.0\3.0
. If I launch blender from the anaconda prompt, everything is working fine.However, when I use the
Blender:Start
command in VSCode, I have the following error message:The second line of the message (
Unable to find the python binary, the multiprocessing module may not be functional!
) is strange because it does not appear when I launch Blender through the anaconda prompt. I think the issue could come from here, so I tried to set up some environment variables in the Path (in my Windows parameters) variable, but it does not do anything.Has anyone already faced this issue?
The text was updated successfully, but these errors were encountered: