Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running painter theres error with dnnlib #6

Closed
1blackbar opened this issue Oct 1, 2022 · 2 comments
Closed

When running painter theres error with dnnlib #6

1blackbar opened this issue Oct 1, 2022 · 2 comments

Comments

@1blackbar
Copy link

1blackbar commented Oct 1, 2022

import dnnlib

ModuleNotFoundError: No module named 'dnnlib

This is what i get , all dependencies installed fine but on windows some had to be lower versions .

name: ide3d
channels:

  • pytorch
  • nvidia
    dependencies:
  • python=3.9
  • pip
  • numpy>=1.20
  • click>=8.0
  • pillow=8.3.1
  • scipy=1.7.1
  • pytorch=1.10.0
  • cudatoolkit=11.3
  • requests=2.27.1
  • tqdm=4.62.3
  • ninja=1.10.2
  • matplotlib=3.5.1
  • imageio=2.9.0
  • pip:
    • imgui==1.4.1
    • glfw==2.5.0
    • pyopengl==3.1.5
    • imageio-ffmpeg==0.4.5
    • pyspng
    • psutil
    • mrcfile
    • tensorboard
    • einops
    • pymcubes
    • pytorch3d
@MrTornado24
Copy link
Owner

Hi, you don't need to install dnnlib. It's a submodule in IDE-3D https://github.com/MrTornado24/IDE-3D/tree/main/dnnlib. Please check the path when you import dnnlib.

@carlosedubarreto
Copy link

The problem seems to be a hard coded path
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants