-
|
Hi. I installed torrra via pipx on windows 11 machine. My python on latest release. When i try to use torrra powershell gives the libtorrent not found error. Also windows standalone binary installer not works as well. It flashes in terminal says Any help is appreciated 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, I couldn't test torrra on windows, but binary version is supposed to work... pipx inject torrra libtorrentthis injects libtorrent package manually into torrra venv, and see if it works then.
this error is because, you don't have a default indexer (or any indexer) configured, eg: https://torrra.readthedocs.io/en/latest/configuration.html#example-config-toml configure it, or you can run it like torrra jackett --url <indexer_url> --api-key <your_api_key>
|
Beta Was this translation helpful? Give feedback.
-
|
For pipx installation As for the standalone binary i configured the config.toml and started exe it runs but it founds no torrent when searching. Edit |
Beta Was this translation helpful? Give feedback.
Hi, I couldn't test torrra on windows, but binary version is supposed to work...
as for the pipx, can you try this,
this injects libtorrent package manually into torrra venv, and see if it works then.
this error is because, you don't have a default indexer (or any indexer) configured, eg: https://torrra.readthedocs.io/en/latest/configuration.html#example-config-toml
configure it, or you can run it like