torrentp icon indicating copy to clipboard operation
torrentp copied to clipboard

libtorrent module not found

Open sleeping4cat opened this issue 1 year ago • 4 comments

I am receiving this module not found error

Traceback (most recent call last):
  File "f:/CS/Alpha Tauri/OX-base/torrent+download.py", line 3, in <module>
    from torrentp import TorrentDownloader
  File "C:\Users\DELL\AppData\Roaming\Python\Python38\site-packages\torrentp\__init__.py", line 6, in <module>
    from .torrent_downloader import TorrentDownloader
  File "C:\Users\DELL\AppData\Roaming\Python\Python38\site-packages\torrentp\torrent_downloader.py", line 4, in <module>
    import libtorrent as lt
ImportError: DLL load failed while importing libtorrent: The specified module could not be found.

sleeping4cat avatar Aug 27 '23 10:08 sleeping4cat

Hi, please use Google Colab. Also, May I know your Python version number? Because It has some bugs with newer versions of python and I think it is fine with 3.9 or older versions of Python.

iw4p avatar Aug 28 '23 10:08 iw4p

I am using Python 3.8.10

But I want to use it on my windows as I am developing an application based on this library. Can you provide any help?

sleepingcat4 avatar Aug 28 '23 14:08 sleepingcat4

@sleepingcat4 I found that this problem does not occur on 3.8.1.

aoout avatar Oct 22 '23 15:10 aoout

@aoout thank you for the update!

sleepingcat4 avatar Nov 13 '23 19:11 sleepingcat4