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

Trouble building on Windows 10 #10

Open
mattall27 opened this issue Nov 8, 2023 · 1 comment
Open

Trouble building on Windows 10 #10

mattall27 opened this issue Nov 8, 2023 · 1 comment

Comments

@mattall27
Copy link

Hello,

I tried following the build instructions on my Windows 10 machine, but I'm running into issues when running conda env create due to packages not being available. I suspect this issue is due to some package versions specified in the YAML being mac specific, but I'm not entirely sure.
Have you been able to get the code running on Windows as-is?

Thanks!

@Huizerd
Copy link

Huizerd commented Dec 4, 2023

Hey, I got it working on WSL2 Ubuntu 20.04 with this env.yaml:

name: IEBCS
channels:
  - conda-forge
  - anaconda
  - defaults
dependencies:
  - python=3.10
  - cudatoolkit=11.3
  - pip
  - pip:
    - bpy
    - build
    - cython
    - h5py
    - loris
    - matplotlib
    - numpy
    - opencv-python
    - pandas
    - pytube
    - setuptools
    - tqdm
    - wheel

However, even though I have an Nvidia GPU, and it's configured correctly (works with PyTorch), Blender is not using it for some reason, so CPU only. If I use this same env.yaml in another machine with Ubuntu 20.04 and an Nvidia GPU it also doesn't use the GPU, but it doesn't give a warning about it anymore. No idea what's going on there. Also, when leaving out conda-forge and cudatoolkit=11.3, I got OpenGL shared library errors in both WSL2 and native Ubuntu.

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

2 participants