NextFace icon indicating copy to clipboard operation
NextFace copied to clipboard

Does this is a typo??

Open lucasjinreal opened this issue 2 years ago • 5 comments

image

I nerver know a lib called pyredner, just pyrender if it is typo, how to able to run your code? if it is a typo, how do u make twice of them?

very very strange...

lucasjinreal avatar May 07 '22 03:05 lucasjinreal

BTW, I think this is a great lib, but can u please coding python in pythononic way? at least follow PEP8 standard, all your python method name like this renderAlbedo , please using render_albedo, sorrry, I am just have some python cleanliness

lucasjinreal avatar May 07 '22 03:05 lucasjinreal

Oh, seems you actually using a strange lib: But


pip install redner-gpu                                                             1 ↵

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none)
ERROR: No matching distribution found for redner-gpu

lucasjinreal avatar May 07 '22 03:05 lucasjinreal

Oh, seems you actually using a strange lib: But


pip install redner-gpu                                                             1 ↵

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none)
ERROR: No matching distribution found for redner-gpu

Maybe you should use vpn ? Usually mirrors only hold commonly used packages.

Michaelwhite34 avatar May 08 '22 09:05 Michaelwhite34

No, it has nothing to do with network or VPN.

lucasjinreal avatar May 08 '22 11:05 lucasjinreal

Hi, Basically, redner is a differentiable ray tracing library written in C++ and pyredner is a python wrapper for redner. Did u follow the installation instructions in the INSTALL file ? there is also an environment.yml file to create a compatible environment. hope this help u.

abdallahdib avatar May 11 '22 05:05 abdallahdib