Open yu-jingrui opened 2 months ago
try to install opencv-python mannually? python=3.7.12 is not necessary in my environment.
I have tried a lot of possible configs and still can't create a working environment. When I remove the version requirement for python and opencv, the environment can be created, but pip fails to install submodules. May I ask what is the operating system and software/hardware config you use?
I solved the issue by using the conda env of ml-hugs. By cloning the conda env of ml-hugs and install fisheye_gs_rasterizer using pip, then adding a few missing packages, fisheye-gs runs without problem.
Hi thanks for the excellent work and for publishing the code. On Ubuntu 24.04 I face the problem that conda can't seem to solve the environment.yml file. first of all,
python-opencv
is not found. Then after I change it toopencv
, it seemsopencv 4.9
requirespython>=3.9
. Is thepython=3.7.12
really necessary?Interestingly I can create the environment on ArchLinux, for some unknown reason.