iw4p / torrentp

Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
Other
141 stars 28 forks source link

libtorrent module not found #8

Closed sleeping4cat closed 1 month ago

sleeping4cat commented 10 months ago

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.
iw4p commented 10 months ago

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.

sleepingcat4 commented 10 months ago

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?

aoout commented 8 months ago

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

sleepingcat4 commented 7 months ago

@aoout thank you for the update!