New comment by prashant-hm on void-packages repository https://github.com/void-linux/void-packages/issues/40463#issuecomment-1313065482 Comment: @sgn This seems to be specific to my local setup. I am guessing the python3.11 links to libraries (libtorrent) were all messed up on my machine. I am saying so because I tried the following, `$ python -c "import libtorrent; print(libtorrent.version)" Traceback (most recent call last): File "", line 1, in SystemError: initialization of libtorrent raised unreported exception` Anyways, I uninstalled the deluge package first, "xbps-remove deluge deluge-gtk". Then I compiled Deluge from its Git repo source code. Build and installed it. This seems to have fixed all the library linkages. And Deluge started to work. However, since I wanted the Void repo version of Deluge (just for the convenience of updates), I uninstalled Deluge. For people unfamiliar with uninstall process, you can do `sudo updatedb; locate deluge` to figure the locations and remove it. Please refer to Deluge git page for uninstallation instructions. Then I did usual install using "xbps-install deluge deluge-gtk". It has started working. It will be interesting to see how things work out in the next package update. Thanks! We can close this issue now.