IDE-3D icon indicating copy to clipboard operation
IDE-3D copied to clipboard

Error during 'conda create -f environment.yaml'

Open listelin opened this issue 3 years ago • 7 comments

command

git clone --recursive https://github.com/MrTornado24/IDE-3D.git
cd IDE-3D
conda env create -f environment.yml

result

(base) C:\t\IDE-3D>git clone --recursive https://github.com/MrTornado24/IDE-3D.git
Cloning into 'IDE-3D'...
remote: Enumerating objects: 320, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 320 (delta 0), reused 0 (delta 0), pack-reused 317
Receiving objects: 100% (320/320), 85.16 MiB | 5.92 MiB/s, done.
Resolving deltas: 100% (38/38), done.
Submodule 'dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch' ([email protected]:sicxu/Deep3DFaceRecon_pytorch.git) registered for path 'dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch'
Submodule 'ide3d-nada' ([email protected]:MrTornado24/ide3d-nada.git) registered for path 'ide3d-nada'
Cloning into 'C:/t/IDE-3D/IDE-3D/dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:sicxu/Deep3DFaceRecon_pytorch.git' into submodule path 'C:/t/IDE-3D/IDE-3D/dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch' failed
Failed to clone 'dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch'. Retry scheduled
Cloning into 'C:/t/IDE-3D/IDE-3D/ide3d-nada'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:MrTornado24/ide3d-nada.git' into submodule path 'C:/t/IDE-3D/IDE-3D/ide3d-nada' failed
Failed to clone 'ide3d-nada'. Retry scheduled
Cloning into 'C:/t/IDE-3D/IDE-3D/dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:sicxu/Deep3DFaceRecon_pytorch.git' into submodule path 'C:/t/IDE-3D/IDE-3D/dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch' failed
Failed to clone 'dataset_preprocessing/ffhq/Deep3DFaceRecon_pytorch' a second time, aborting

(base) C:\t\IDE-3D>cd IDE-3D

(base) C:\t\IDE-3D\IDE-3D>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - imageio=2.13.5
  - pillow=9.0.0
  - ninja=1.10.2.3

listelin avatar Sep 15 '22 02:09 listelin

I also met this error during the installation. I ended up with imageio=2.9.0, pillow=8.3.1, ninja=1.10.2, and this worked for me.

Twizwei avatar Sep 15 '22 19:09 Twizwei

i used non specified version of pillow and other ones and it went fine

but stuck again on dnnlib , no module named dnnlib when wanting to use painter

1blackbar avatar Sep 30 '22 17:09 1blackbar

+1

Tobe2d avatar Oct 02 '22 13:10 Tobe2d

i used non specified version of pillow and other ones and it went fine

but stuck again on dnnlib , no module named dnnlib when wanting to use painter

You don't need to install dnnlib. Please refer to https://github.com/MrTornado24/IDE-3D/issues/6

MrTornado24 avatar Oct 05 '22 03:10 MrTornado24

I am trying to create environment with micromamba from Ubuntu-based linux, I am having issues with:

nothing provides requested ninja 1.10.2.3**

antonkulaga avatar Oct 08 '22 14:10 antonkulaga

Having the same error. Tried to install specific versions and it didn't work for me.

gsalless avatar Oct 10 '22 13:10 gsalless

i used non specified version of pillow and other ones and it went fine but stuck again on dnnlib , no module named dnnlib when wanting to use painter

You don't need to install dnnlib. Please refer to #6

I also was able to move forward, but also get stuck on this. Didn't understood the solution from #6 . The folder is there, the files are there.

gsalless avatar Oct 10 '22 14:10 gsalless