Skip to content

Blender packages are installed to the user appdata, resulting in bugs #9

@hannesdelbeke

Description

@hannesdelbeke

blender pip installs to user folder in python path
but by default blender ignores the python path, causing the installed module to not be found on startup

image

i noticed that blender_pip_addon adds site_dir to the path. which solves this issue, but only if this addon is enabled.
in this PR i suggested to remove this behaviour

proposal

A better solution would be to install to the blender installation site packages, or at least give the user the option in a setting screen to do so. This will result in a clean install where modules are found as expected, without changing the environment for blender.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions