Skip to content

FIX/SOLUTION: ["ModuleNotFoundError: No module named 'pip'"] & ["This package is hosted on NVIDIA Python Package Index"] #688

Description

@BigSpice

Found workarounds to install nvidia-pyindex and nvidia-cuda-nvrtc-cu112 in 2025 Blender 4.5.3 LTS
Pip version - pip 25.2

nvidia-pyindex

Run the following:

python -m pip install wheel
python -m pip install -U wheel setuptools

Wheel is an undeclared requirement of the package nvidia-pyindex.

You can now run:

python -m pip install nvidia-pyindex

nvidia-cuda-nvrtc-cu112

Run:

python -m pip install --no-cache-dir --index-url https://pypi.nvidia.com nvidia-cuda-nvrtc-cu112

My Working Proof.

Image

My Mess :(

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions