meng-tang/rloss

permutohedral.hpp:75: Warning 325: Nested struct not currently supported (Neighbors ignored)

Opened this issue · 6 comments

when I run swig -python -c++ bilateralfilter.i ,An error occurred :permutohedral.hpp:75: Warning 325: Nested struct not currently supported (Neighbors ignored)

it is just a warning.
you can ignore it and move to install.

how to ignore it and move to install?

i meant you can run the next command because this is not an error.

cd wrapper/bilateralfilter
swig -python -c++ bilateralfilter.i  # you will get a warning but it is fine. run the next command to install.
python setup.py install

thanks for your reply~my problem is solved

thanks for your reply~my problem is solved

i meant you can run the next command because this is not an error.

cd wrapper/bilateralfilter
swig -python -c++ bilateralfilter.i  # you will get a warning but it is fine. run the next command to install.
python setup.py install

Sorry but i have the same question, i ignore it but another problem occurs:
when i try "from bilateralfilter import bilateralfilter, bilateralfilter_batch":

ImportError: /home/dancer/anaconda3/envs/ToCo/lib/python3.7/site-packages/bilateralfilter-0.1-py3.7-linux-x86_64.egg/_bilateralfilter.cpython-37m-x86_64-linux-gnu.so: undefined symbol: omp_get_thread_num