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
使用环境为python3.8 cuda11.8,在配置requirements.txt文件时,出现ipython,scipy,tifffile,numpy等包的配队问题,将其进行了下降版本的处理,在训练时会出现报错,不知道是不是降低版本导致的。
Traceback (most recent call last):
File "main.py", line 3, in
from trainer import Trainer
File "/home/G9120020014/WX/gsgen/trainer.py", line 16, in
from data import CameraPoseProvider, SingleViewCameraPoseProvider
File "/home/G9120020014/WX/gsgen/data/init.py", line 5, in
from utils.camera import CameraInfo
File "/home/G9120020014/WX/gsgen/utils/camera.py", line 6, in
from .colmap import (
File "/home/G9120020014/WX/gsgen/utils/colmap/init.py", line 2, in
import cv2
File "/home/G9120020014/.local/lib/python3.8/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/home/G9120020014/.local/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "/opt/conda/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
使用环境为python3.8 cuda11.8,在配置requirements.txt文件时,出现ipython,scipy,tifffile,numpy等包的配队问题,将其进行了下降版本的处理,在训练时会出现报错,不知道是不是降低版本导致的。
Traceback (most recent call last):
File "main.py", line 3, in
from trainer import Trainer
File "/home/G9120020014/WX/gsgen/trainer.py", line 16, in
from data import CameraPoseProvider, SingleViewCameraPoseProvider
File "/home/G9120020014/WX/gsgen/data/init.py", line 5, in
from utils.camera import CameraInfo
File "/home/G9120020014/WX/gsgen/utils/camera.py", line 6, in
from .colmap import (
File "/home/G9120020014/WX/gsgen/utils/colmap/init.py", line 2, in
import cv2
File "/home/G9120020014/.local/lib/python3.8/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/home/G9120020014/.local/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "/opt/conda/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: