Peng Luyuan (Fran)

Results 3 comments of Peng Luyuan (Fran)

> For mac, just run `pip install nerfstudio`, skip the `tiny-cuda-nn` and `pytorch` dependency steps. I have a M2 Mac on Ventura 13.4.1. I could not install nerfstudio using `pip3...

> For reference, I had the same `pkg-config is required for building PyAV` error when trying to `pip install nerfstudio` on my M2 MBA (MacOS 14.0). I tried `pip install...

I had the same problem and did a quick fix by changing `system_capability=min(device_capability)` to `system_capability=max(device_capability)` in `module.py`. This works in my case as my higher compute capability is supported. However,...