uzh-rpg / rpg_esim

ESIM: an Open Event Camera Simulator
MIT License
580 stars 124 forks source link

Rendering engine launching fails: ImportError: /home/usr/anaconda3/envs/vid2e/bin/../lib/libgnutls.so.30: symbol mpn_copyi version HOGWEED_6 not defined in file libhogweed.so.6 with link time reference #106

Open RiteshKH opened 2 years ago

RiteshKH commented 2 years ago

While launching the rendering engines using the "roslaunch esim_ros esim.launch config:=" command, the launch fails with the error: ImportError: /home/usr/anaconda3/envs/vid2e/bin/../lib/libgnutls.so.30: symbol mpn_copyi version HOGWEED_6 not defined in file libhogweed.so.6 with link time reference

The screenshots of the issue is attached below. error

Python version: 3.9.13 OpenCV version: 4.5.5

normal-lk commented 2 years ago

I also encountered a similar problem. Has this problem been solved?