BachiLi / redner

Differentiable rendering without approximation.
https://people.csail.mit.edu/tzumao/diffrt/
MIT License
1.39k stars 139 forks source link

Pip install not compatible with python 3.9? #190

Open justachetan opened 1 year ago

justachetan commented 1 year ago

For a Python 3.9 environment, pip install redner-gpu gives the following error:

ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none)
ERROR: No matching distribution found for redner-gpu

Could you kindly release for Python 3.9 too? Thanks!

justachetan commented 1 year ago

@BachiLi

carlosedubarreto commented 1 year ago

For a Python 3.9 environment, pip install redner-gpu gives the following error:

ERROR: Could not find a version that satisfies the requirement redner-gpu (from versions: none)
ERROR: No matching distribution found for redner-gpu

Could you kindly release for Python 3.9 too? Thanks!

Maybe the best solution from you would be to build from source.