Skip to content

blender node virtual environment version mismatch on fresh nightly install through manager #75

@cerebriform

Description

@cerebriform

Installing and updating trellis2 through manager on windows portable version works great, your models and workflows run immediately! (in a fresh portable, not in my old used portable with other custom nodes) But somehow the blender nodes dont have their own virtual env while they need a different python version than the most recent automatically installed venv.

The latest versions that installed automatically with me was python 3.13. Your geometrypack has its own python environment. When installing through manager it also uses python 3.13, which should be great except the blender for python bpy package has no wheels for python 3.13 yet only 3.11. Specifically I got an error from running the blender 3D preview node.

I tried fixing this. I tried reinstalling the environment specifying 3.11 and in the pixi.toml reference to your nodes [feature.geometrypack-nodes.dependencies] with python = "3.11.*", but when building it returns a conflict that it cant find suitable 3.11 code in the 3.13 version.

I then replaced the two changes i made, deleted the virutal environment again and had comfyui rebuild it again giving up on the geometrypack. But somehow the blender nodes ran fine after that! So somehow the blender nodes can have their own virtual env but didnt get one after first install. I dont code much so not into all rules for bug reporting on git hopefully this helps you and the users.

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