You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行 python app.py 后报错 No module named '_raymarching_face' 如何解决
报错内容
Traceback (most recent call last):
File "D:\Workspace\LiveTalking\ernerf\raymarching\raymarching.py", line 10, in <module>
import _raymarching_face as _backend
ModuleNotFoundError: No module named '_raymarching_face'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Workspace\LiveTalking\app.py", line 454, in <module>
from ernerf.nerf_triplane.network import NeRFNetwork
File "D:\Workspace\LiveTalking\ernerf\nerf_triplane\network.py", line 6, in <module>
from .renderer import NeRFRenderer
File "D:\Workspace\LiveTalking\ernerf\nerf_triplane\renderer.py", line 10, in <module>
from .. import raymarching
File "D:\Workspace\LiveTalking\ernerf\raymarching\__init__.py", line 1, in <module>
from .raymarching import *
File "D:\Workspace\LiveTalking\ernerf\raymarching\raymarching.py", line 12, in <module>
from .backend import _backend
File "D:\Workspace\LiveTalking\ernerf\raymarching\backend.py", line 31, in <module>
_backend = load(name='_raymarching_face',
File "D:\anaconda3\envs\nerfstream\lib\site-packages\torch\utils\cpp_extension.py", line 1202, in load
return _jit_compile(
File "D:\anaconda3\envs\nerfstream\lib\site-packages\torch\utils\cpp_extension.py", line 1425, in _jit_compile
_write_ninja_file_and_build_library(
File "D:\anaconda3\envs\nerfstream\lib\site-packages\torch\utils\cpp_extension.py", line 1537, in _write_ninja_file_and_build_library
_run_ninja_build(
File "D:\anaconda3\envs\nerfstream\lib\site-packages\torch\utils\cpp_extension.py", line 1785, in _run_ninja_build
vc_env = distutils._msvccompiler._get_vc_env(plat_spec)
AttributeError: module 'distutils' has no attribute '_msvccompiler'. Did you mean: 'ccompiler'?
The text was updated successfully, but these errors were encountered:
环境
运行 python app.py 后报错 No module named '_raymarching_face' 如何解决
报错内容
The text was updated successfully, but these errors were encountered: