We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4761 commit 49388aaCopy full SHA for 49388aa
python/setup.py
@@ -150,6 +150,7 @@ def finalize_options(self):
150
151
def run(self):
152
mjpc_tasks_path = Path(__file__).parent.parent / "build" / "mjpc" / "tasks"
153
+ assert mjpc_tasks_path.exists(), "Build MJPC before installing Python API"
154
source_paths = (
155
tuple(mjpc_tasks_path.rglob("*.xml"))
156
+ tuple(mjpc_tasks_path.rglob("*.png"))
0 commit comments