-
PyInstaller 3.6
python 3.7.4
sc.spec
```
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['sc.py'],
pathex=['/Users/tutu/ftp/sc'],
…
-
After running the command `cd TorchSDF && git checkout 0.1.0 && pip install -e . && cd ..`, an error occurs with the message:
```
error: subprocess-exited-with-error
× python setup.py devel…
-
subprocess.CalledProcessError: Command '['/data2/shuxuan_anaconda/envs/openmmlab/bin/python', '-u', './tools/train.py', '--local_rank=7', './configs/rotated_imted/rotated_imted_faster_rcnn_vit_small_1…
-
### 🚀 The feature, motivation and pitch
Hey!
We are implementing custom data transforms pipeline. It involves subprocesses for parallel data processing. The pipeline works great, passing pytorch…
-
`Loading /public/home/yqzhang/modeltest/0_path_model/AStarNet-master/datasets/knowledge_graphs/fb15k237_train.tx
Loading /public/home/yqzhang/modeltest/0_path_model/AStarNet-master/datasets/knowledge…
-
Hello, thank you very much for your excellent work, but I followed the tutorial and got an error when executing this code:
`python vhap/track.py --data.root_folder "data/monocular" --exp.output_folde…
-
Code that calls `ptraceme_or_die` before starting a subprocess through any mean (ie `std::process::Command`) will crash.
Simple reproducer:
```rust
fn main() {
debugoff::ptraceme_or_die();
…
-
indowsPath('data/merged.flv')]
ERROR:root:None
None
Traceback (most recent call last):
File "E:\DM\Bilibil-AutoDanmaku_v1.0.0_windows-lib\utils\subprocess_utils.py", line 14, in run_subprocess
p…
-
Hi, while working with your tee implementation, I noticed, that the `encoding="..."` option it was not available in the `run `method.
I later stumbled into an error: `UnicodeDecodeError: 'utf-8' c…
-
Hi!
when trying to run a jupyter-REPL for the first time, emacs hung for a bit, and then I got the following error.
I have no idea how to proceed, and would appreciate any help!
> Launching pyth…