-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working