Skip to content

[Issue]: Unable to build mori inside a Python virtualenv #43

@sbates130272

Description

@sbates130272

Problem Description

When building MORI I am hitting an issue when doing so inside a Python virtualenv. It would be useful to fix this (and/or update the documentation). Building inside a venv is a bunch cleaner and easier than doing so on the user or system wide context.

Operating System

Ubuntu 24.04.3 LTS (Noble Numbat)

CPU

AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics

GPU

None

ROCm Version

ROCm 6.4.3

ROCm Component

No response

Steps to Reproduce

python3 -m venv .venv
source .venv/bin/activate
pip install .

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

Note that the following addresses the issue and points to root cause;

pip install --no-build-isolation .

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions