Install Libtorrent On Windows

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 upInstall Libtorrent On Windows New issue

Have 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

Install libtorrent on windows 8 1

Please provide the following information

libtorrent version (or branch):
1.2.0
platform/architecture:
Windows 7 64bit
compiler and compiler version:
Python 3.6
please describe what symptom you see, what you would expect to see instead and
how to reproduce it.
Trying to install the python library in windows using the instructions here

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
`>>> import libtorrent
Traceback (most recent call last):
File ', line 1, in
ModuleNotFoundError: No module named 'libtorrent'

`

Install Libtorrent

commented Apr 17, 2017

which version of visual studio does one need to use when building modules for python3.6?
it could be an ABI compatibility issue. many years ago it used to be visual studio 2009, but I would be surprised if that's still the official version.

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 sudo apt-get install python-libtorrent.

Any advice on how to progress in windows?

commented Apr 18, 2017

you could take a look at the appveyor.yml to see how it's built and run there (on windows).
It's not using setup.py though. Perhaps there's some opportunity to improve the setup script.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Active3 years, 9 months ago

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!

Rasterbar

Install Libtorrent On Windows 10

specialthings21specialthings21

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.

Rasterbar

user892607

Install Libtorrent On Windows 7

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Libtorrent Document

Not the answer you're looking for? Browse other questions tagged pythoninstalllibtorrenttorrentlibtorrent-rasterbar or ask your own question.

Comments are closed.