Install rtorrent and libtorrent. Windows NTFS Partitions Read/write support made easy in. 2 thoughts on “ How to Install the latest rtorrent and libtorrent ”. Installing libtorrent Python in Windows #1923. Opened by Mixanologos. Trying to install the python library in windows using the instructions here.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Libtorrent Rasterbar
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Apr 17, 2017
Please provide the following information libtorrent version (or branch): After navigating to the setup.py file i use the following commands In the Cmd window i get the following messages What else do i need to do?Because trying to import the libtorrent library comes up with this message
|
Install Libtorrent
commented Apr 17, 2017
which version of visual studio does one need to use when building modules for python3.6? |
commented Apr 18, 2017
I have no idea.Also,tried installing the library in linux where python 2.7 is installed and the installation worked flawlessly using this simple command Any advice on how to progress in windows? |
commented Apr 18, 2017
you could take a look at the |
if someone could help me or give me instructions (preferably detailed) on how to install libtorrent under Windows. Also, would it be possible to make it portable by including all the libraries and files it needs the same folder. Thank you in advance!
Install Libtorrent On Windows 10
1 Answer
You have two routes, compile libtorrent-rasterbar with Visual C++ or install the dynamic library using the installer provided:
Using the installer will place the libtorrent dll in your Python site-packages directory and make libtorrent-rasterbar available in your Python interpreter.
Please note the dynamic library provided with the installer is only available for certain Python versions and only 32 bit.
Comments are closed.