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

About rendering on a Windows system #7

Open
wooheum-xin opened this issue May 31, 2022 · 4 comments
Open

About rendering on a Windows system #7

wooheum-xin opened this issue May 31, 2022 · 4 comments

Comments

@wooheum-xin
Copy link

Hi dear authors,
I would like to start by saying thank you for your amazing work.

I tried rendering in my Windows system the way you wrote it, but it didn't work.
I can not Install those packages in the python environnement of blender.

like "defaulting to user installation because normal site-packages is not writeable"

@HappyPiepie
Copy link

Hi ,
Thank you for your great contribution in this field. I have "No module named 'omegaconf' when i run render.py , however, the 'omegaconf' is in my environment . Can you help me ?
"

@fyyakaxyy
Copy link

Hi , Thank you for your great contribution in this field. I have "No module named 'omegaconf' when i run render.py , however, the 'omegaconf' is in my environment . Can you help me ? "

Hello, I have also encountered this problem. Have you resolved it?

@Mathux
Copy link
Owner

Mathux commented Feb 26, 2024

Hello all,

Sorry for the delay, I don't have a Windows machine so I cannot reproduce the error myself. Did anyone succeed at the end?

@TLDX-XIONG
Copy link

@fyyakaxyy @HappyPiepie
hello, i have solved this problem in the following instruction: if you install package without a specific address such as:
/path/to/blender/python -m pip install --user numpy --target=.\lib\site-packages

this package will be installed default in the C:\Users\<username>\AppData\Roaming\Pythonxx\site-packages.

so in the begin of script, adding
sys.path.insert(0, C:\Users\<username>\AppData\Roaming\Pythonxx\site-packages)
can solve it.

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

5 participants