Matthew Tancik

Results 241 comments of Matthew Tancik

Here are instructions for getting to the windows terminal (where you enter the ns commands) - https://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#:~:text=Press%20Win%20%2B%20R%20to%20open,PowerShell%20or%20Windows%20Terminal%20instead.

Hi, sorry I misunderstood the question. Do you mind explaining what you have tried and what errors you are receiving? I haven't used windows in over a decade so I...

Have you installed with `pip install nerfstudio`?

Can you post the output to the following two commands, `pip list` And `ns-train --help`

What is the output to `pip list`?

@WolfGamer2 It doesn't seem like your image was properly linked.

I still only see `[image: image.png]` Can you copy and paste the text output?

That list should include `nerfstudio`. Since it doesn't it means that `nerfstudio` was not successfully installed. Can you paste the output to `pip install nerfstudio`.

@fuzRodahh Can you run `python` in the command prompt. Then run `import nerfstudio` and see if there are any errors.

Hmm, I'm at a bit of a loss. It seems like this must be an issue with your particular windows setup. Maybe try installing from from source. ``` pip uninstall...