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

Module plyfile missing from the dependencies? #41

Closed
paulmelis opened this issue Nov 6, 2022 · 1 comment
Closed

Module plyfile missing from the dependencies? #41

paulmelis opened this issue Nov 6, 2022 · 1 comment

Comments

@paulmelis
Copy link

Using the conda and pip setup commands from the readme leaves me with this error:

(TensoRF) snellius paulm@gcn37 11:52 ~/c/TensoRF$ python train.py --config configs/steps_with_stuff.txt 
Traceback (most recent call last):
  File "train.py", line 9, in <module>
    from renderer import *
  File "/gpfs/home4/paulm/c/TensoRF/renderer.py", line 5, in <module>
    from utils import *
  File "/gpfs/home4/paulm/c/TensoRF/utils.py", line 159, in <module>
    import plyfile
ModuleNotFoundError: No module named 'plyfile'

Add with pip install plyfile seems to fix the issues.

@apchenstu
Copy link
Owner

Yes, thanks!

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

2 participants