Open danielrode opened 7 months ago
and on that last command, I get a bunch of errors that are various repetitions of libglog.so.2: cannot open shared object file: No such file or directory:
This is a Conda packaging issue and nothing you caused. I'll try to get this sorted, but you might have to endeavor to build it all yourself if you're motivated to get things going right now.
I have installed Miniconda3-py312_24.1.2-0-Linux-x86_64.sh from https://repo.anaconda.com/miniconda/ (the latest version).
OS: OpenSUSE Tumbleweed (20240402)
After installing, I run the following:
and on that last command, I get a bunch of errors that are various repetitions of
libglog.so.2: cannot open shared object file: No such file or directory
:libglog.so.2 is a part of glog version 0.7. There may be some missing dependency definitions in the environment.yml. Running
conda install glog
installs glog-0.6, which provides "libglog.so.1" (an incompatible old version of the library). I only have the default channels, but maybe there is another Anaconda channel that provides version 0.7? If so, can this be specified in environment.yml? Would that make conda enable the needed repo and pull the newer glog version by default when runningconda env create -f silvimetric/environment.yml
?Note that the silvimetric initialize command does create a database, but the images produced from it by the silvimetric extract command appear to be corrupted. This probably means that the Python code is running fine, but PDAL is having an issue in the background.