I installed libtorrent but I can't import it
note: I'm using python 3.9, libtorrent is in the folder where the python packages are located, when I give python --version 3.9 appears, libtorrent was installed correctly.
However, it still doesn't work when importing it and gives this error:
import libtorrent as lt
ModuleNotFoundError: No module named 'libtorrent'