GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

i can not run it , nvidia_p100 , cuda 11.8, ubuntu 22.04 pro, hp_z820

Open jakeytan opened this issue 1 year ago • 0 comments

install warning:

  1. pip install openmim==0.3.9

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. s3prl 0.4.14 requires setuptools>=65.5.1, but you have setuptools 60.2.0 which is incompatible.

  1. pip install -r docs/prepare_env/requirements.txt -v

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. openxlab 0.0.34 requires setuptools~=60.2.0, but you have setuptools 69.1.1 which is incompatible.

  1. 构建torch-ngp

bash docs/prepare_env/install_ext.sh

RuntimeError: Error compiling objects for extension error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

  1. #run it !

export PYTHONPATH=./ python inference/genefacepp_infer.py --a2m_ckpt=checkpoints/audio2motion_vae --head_ckpt= --torso_ckpt=checkpoints/motion2video_nerf/may_torso --drv_aud=data/raw/val_wavs/MacronSpeech.wav --out_name=may_demo.mp4

WARN: checkpoints/motion2video_nerf/may_torso/lm3d_radnerf_torso.yaml not exist. WARN: checkpoints/th1kh_512_audio2motion/base.yaml not exist.

Hparams: { "accumulate_grad_batches": 1, "amp": false, "audio_type": "hubert", "base_config": [ "egs/egs_bases/audio2motion/vae.yaml", "../th1kh_512_audio2motion/base.yaml" ], "batch_size": 4, "binarization_args": { "with_coeff": true, "with_hubert": true, "with_mel": true }, …… …… ……

33 errors detected in the compilation of "/media/jk/500G/geneface++/GeneFacePlusPlu ninja: build stopped: subcommand failed.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

docker install

=> [internal] load build definition from Dockerfile.genface 0.0s => => transferring dockerfile: 1.03kB 0.0s => [internal] load metadata for docker.io/library/ubuntu22.04-cu118-conda:torch2.0.1-py39 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [1/8] FROM docker.io/library/ubuntu22.04-cu118-conda:torch2.0.1-py39 0.0s => [internal] load build context 0.1s => => transferring context: 64.74kB 0.0s => CACHED [2/8] RUN conda install conda-forge::ffmpeg # ffmpeg with libx264 codec to turn ima 0.0s => CACHED [3/8] RUN conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorc 0.0s => ERROR [4/8] RUN pip install "git+https://github.com/facebookresearch/pytorch3d.git@stab 1102.3s

[4/8] RUN pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable" && pip install cython openmim==0.3.9 && mim install mmcv==2.1.0:
1102.1 Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/pytorch3d.git /tmp/pip-req-build-o3yp882q
1102.1 Running command git checkout -q 2f11ddc5ee7d6bd56f2fb6744a16776fab6536f7
1102.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 1102.1 ERROR: Exception: 1102.1 Traceback (most recent call last): 1102.1 File "/root/miniconda3/envs/pytorch/lib/python3.9/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher 1102.1 yield

jakeytan avatar Mar 02 '24 01:03 jakeytan