TuanNM
Results
1
comments of
TuanNM
tried to debug in this from_pretrained function,the error log says **.../envs/3D/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/hblab/anaconda3/envs/3D/lib/python3.11/site-packages/custom_rasterizer-0.1-py3.11-linux-x86_64.egg/custom_rasterizer_kernel.cpython-311-x86_64-linux-gnu.so)** fixed by : `conda install -c conda-forge libstdcxx-ng` Hope this help. ```...