-
Hello,
I ran into the below error with running a command in a hatch environment. It happens to me on MacOS runners with Python 3.12 and 3.13 (I will test other versions, too). It happens both with …
-
**What happened?**
Creating AWS Workspace very often (like 50% of the times) fails with the following FATAL error:
`[13:26:36] fatal Process exited with status 1
run agent command
github.com…
-
### What happened + What you expected to happen
Having multiple ray clusters on the same host is a common pattern until virtual clusters are implemented.
When running ray commands I can perfectly…
-
I'd like to run an external script file (.sh or .py) by creating a new machine.
command: python /app/script.py
But new machines have a separate & isolated filesystem, so they can't find it.
Is …
-
### Expected behavior
I try to use `snmpsim-record-commands --agent-udpv4-endpoint=127.0.0.1 --output-file=/tmp/file.snmprec` to dump the snmp data of an local agent
### Actual behavior
But this co…
-
Hi, thanks for such amazing work, I ran into some problems while training to run main.py with the following command:
`python main.py --cfg humaneva --gpu_index 0`
The error message is as follows
``…
-
Page URL: https://www.tensorflow.org/install/pip#windows-wsl2
At this point in time Ubuntu 24.04 requires (or, recommends) using a virtual environment to install Python packages. As a result, the f…
-
Throughout documentation examples use `py -m ...` which I think leads users astray. I don't think most folks use 'py' to run python scripts, they use 'python'. Who knows what python they will even ge…
-
### Description
I want to install a `.whl` file locally with an optional dependency on Windows, but it does not seem possible. Works fine on macOS and Linux.
### Expected behavior
Install `mn…
-
The following error occurs when I initialize a project under `~/Documents` but not say under `~/Downloads` (in macos).
1. **Initialize a new project using `uv`**:
I initialized a new project name…