Hung Tran
Results
3
comments of
Hung Tran
@urfinorg I can't edit the filter either. Is there any way to fix it?
I finally fix the above issue by adding these codes in the source and installing the extension by ``` cd django-advanced-filters python3 setup.py install ``` Thanks to the code of...
You can try to install `libopenblas-dev`. This worked for me. ``` sudo apt-get update sudo apt-get install -y libopenblas-dev ```