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

配置环境报错 #50

Open
V1rtualLife opened this issue Sep 20, 2024 · 0 comments
Open

配置环境报错 #50

V1rtualLife opened this issue Sep 20, 2024 · 0 comments

Comments

@V1rtualLife
Copy link

使用环境为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

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

1 participant