-
#### Software and hardware versions
pyxform v2.2.0, Python 3.12.7
#### Problem description
On windows 11 with python 3.12 I tried pyxform 2.2.0 and 2.2.1 with Java 8 and Java 21 and got the same…
-
**Related command**
az keyvault security-domain download
**Is your feature request related to a problem? Please describe.**
This request is to split the vendored_sdks into a separate python packa…
-
## Describe the bug
A exception is raise when running some tasks on 13 hosts. I do not get the error when running only on 4 hosts, or only 1 hosts. I suspect the error shows more often as the number …
-
Starting from version 13, sdformat introduced [native Python bindings](http://sdformat.org/tutorials?tut=python_bindings&cat=developers&). It's worth investigating if we could just call this library (…
-
### System Info / 系統信息
Hi,
Thank you for release the new model of version 1.5.
The run command is
run_cmd="$environs python sample_video.py --base configs/cogvideox1.5_5b.yaml configs/test_in…
-
I met a error when i runing the command "python train_full_pipeline.py" , the error is “ ModuleNotFoundError: No module named 'pytorch3d' ”
![the error](https://github.com/user-attachments/assets…
-
NumPy [defines a `spin build` command](https://github.com/numpy/numpy/blob/dc862b43e3bca09dcf5c235c46b2c7573e2e4b80/.spin/cmds.py#L96), which has fallen out of sync from the upstream `meson.build` com…
-
```python
command = [
"aws", "cloudtrail", "get-query-results",
"--query-id", query_id
]
if next_token:
command.extend(["--next-toke…
-
I encountered an error when running the following command:
```
$ uv add pandas==2.0.3
× No solution found when resolving dependencies for split (python_full_version >= '3.11'):
╰─▶ Because only th…
-
```bash
#!/bin/bash
if ! command -v pip &> /dev/null
then
echo "pip not found, installing pip..."
if command -v apt &> /dev/null; then
sudo apt update && sudo apt install -y pyth…