-
Notifications
You must be signed in to change notification settings - Fork 82
no attribute 'binary_path_python' #44
Comments
I have exactly the same problem |
I've changed That's what I've got in crash log
|
@GiganticThirstyHerald I am running ubuntu 21.10 and also have no clue how to actually change this files name. I have tried searching my file explorer and can't find the file. I WAS able to find the bpy.app.binary_path_python in the python console, but I couldn't fix the issue from there had no clue what to do. Do I fix this within blender or do I find the addons folder in my computer (terminal or files explorer) and just rename it there? I've tried all kinds of crap like this in my python console and this in blenders text editor, none of which solved the problem |
I uhh... I'm not sure where are addons are stored in linux, but I just changed all occurrences of variable |
|
It isn't a file, bpy.app.binary_path_python was just a function in the module bpy in 2.91
bpy is included with your installation with blender. |
error message: mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
I can't get mixer to work. And "bpy.app.binary_path_python" was deprecated in 2.91 and removed for 2.92 in favor of "sys.executable"
JacquesLucke/blender_vscode#80
Also im on Blender 3.0.0. Bottom left corner.
The text was updated successfully, but these errors were encountered: