so-vits-svc
so-vits-svc copied to clipboard
dlopen: cannot load any more object with static TLS
python 3.8 torch 2.0.1
Traceback (most recent call last):
File "/home/app/miniconda3/envs/so-vits-svc-4.1/lib/python3.8/site-packages/sklearn/__check_build/init.py", line 48, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "inference_main.py", line 5, in
Contents of /home/app/miniconda3/envs/so-vits-svc-4.1/lib/python3.8/site-packages/sklearn/__check_build: setup.py init.py _check_build.cpython-38-x86_64-linux-gnu.so pycache
It seems that scikit-learn has not been built correctly.
If you have installed scikit-learn from source, please do not forget
to build the package before using it: run python setup.py install
or
make
in the source directory.
If you have used an installer, please check that it is suited for your Python version, your operating system and your platform.
If you have already searched on Google or Bing, then you should know how to solve this problem. Here is my solution:
export LD_PRELOAD=/path/to/site-packages/sklearn/__check_build/../../scikit_learn.libs/libgomp-d22c30c5.so.1.0.0