cool-nest-98527
07/15/2025, 1:50 AMcold-teacher-46250
07/16/2025, 8:31 PMelegant-sandwich-48375
07/17/2025, 11:32 AMacoustic-parrot-22802
07/18/2025, 9:32 AMsquare-agency-59624
07/21/2025, 1:33 PMbrief-family-9488
07/21/2025, 9:57 PMexec /opt/conda/bin/pyflyte-fast-execute: exec format error
brief-family-9488
07/21/2025, 10:26 PM/opt/conda/lib/python3.11/site-packages/fsspec/asyn.py:76 in sync │
│ │
│ ❱ 76 │ │ raise RuntimeError("Loop is not running")
RuntimeError: Loop is not running
cold-teacher-46250
07/22/2025, 5:58 PMsparse-carpenter-66912
07/23/2025, 7:31 AMis_container
or something in the documentationalert-oil-1341
07/24/2025, 1:02 PMworried-airplane-87065
07/25/2025, 12:39 AMbrief-airline-84727
07/25/2025, 4:12 PMworried-airplane-87065
07/25/2025, 10:01 PMacoustic-parrot-22802
07/28/2025, 6:33 PMvictorious-jelly-28729
07/29/2025, 9:46 AMbrief-family-9488
08/02/2025, 7:09 AMbrief-family-9488
08/03/2025, 6:20 AMworried-airplane-87065
08/04/2025, 6:59 PMbrief-family-9488
08/05/2025, 5:10 AMbrief-family-9488
08/05/2025, 6:01 PMbrief-family-9488
08/05/2025, 10:37 PMworried-airplane-87065
08/05/2025, 11:20 PMbrief-family-9488
08/06/2025, 5:45 PMsparse-carpenter-66912
08/07/2025, 9:10 AMExternal sources are not supported in pyproject.toml
when I want to use Union's builder and I have pytorch in my pyproject.toml defined with tool.uv.index
victorious-cpu-10033
08/07/2025, 10:52 AMquaint-angle-66538
08/07/2025, 2:17 PMbrief-family-9488
08/07/2025, 6:28 PMsquare-agency-59624
08/07/2025, 9:02 PMRunning Execution on Remote.
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /home/nkram/miniconda3/envs/union/lib/python3.10/site-packages/union/_usage.py:36 in │
│ custom_invoke │
│ │
│ 33 │ log_level = get_level_from_cli_verbosity(verbosity) │
│ 34 │ logger.setLevel(log_level) │
│ 35 │ try: │
│ ❱ 36 │ │ return Group.invoke(self, ctx) │
│ 37 │ except Exception as e: │
│ 38 │ │ from union._exceptions import UnionRequireConfigException │
│ 39 │
│ │
│ /home/nkram/miniconda3/envs/union/lib/python3.10/concurrent/futures/_base.py:458 in result │
│ │
│ 455 │ │ │ │ if self._state in [CANCELLED, CANCELLED_AND_NOTIFIED]: │
│ 456 │ │ │ │ │ raise CancelledError() │
│ 457 │ │ │ │ elif self._state == FINISHED: │
│ ❱ 458 │ │ │ │ │ return self.__get_result() │
│ 459 │ │ │ │ else: │
│ 460 │ │ │ │ │ raise TimeoutError() │
│ 461 │ │ finally: │
│ │
│ /home/nkram/miniconda3/envs/union/lib/python3.10/concurrent/futures/_base.py:403 in __get_result │
│ │
│ 400 │ def __get_result(self): │
│ 401 │ │ if self._exception: │
│ 402 │ │ │ try: │
│ ❱ 403 │ │ │ │ raise self._exception │
│ 404 │ │ │ finally: │
│ 405 │ │ │ │ # Break a reference cycle with the exception in self._exception │
│ 406 │ │ │ │ self = None │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: expected string or bytes-like object
square-agency-59624
08/07/2025, 9:57 PMcreamy-diamond-7912
08/08/2025, 4:17 PMflyte run --local hello.py main --n 10
but it is only performing a dry-run of it. How do i run it locally and get the output as well?