Libtorrent (lemmy.world)
submitted 2 years ago by to c/python@programming.dev
 

Hi. I'm trying to install libtorrent but I'm getting an error that I don't know how to resolve. Am I being dumb or is something up?

ERROR: Could not find a version that satisfies the requirement libtorrent (from versions: none) ERROR: No matching distribution found for libtorrent

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 3 points 2 years ago (1 child)

Could you provide more information? What are the commands you are entering? Which system are you on? Is there a page with instructions you followed?

Anti Commercial-AI license

  • source
  • hideshow 2 child comments
  • [โ€“] [S] 2 points 2 years ago (1 child)

    I'm on windows using pycharm and doing it from their module manager, or using pip from the console. The virtual environment is python 3.12.

  • source
  • parent
  • hideshow 2 child comments
  • Oh boy... windows. I can't help you there, but hopefully somebody else can.

    No matching distribution found for libtorrent

    This tells me that windows is not supported (or distributed by that python package).

    I'm afraid you might have to follow the guide and build it yourself. Or opt to use WSL. That might get rid of your headaches, but I'm a linux user, so no experience with WSL on my side.

    Anti Commercial-AI license

  • source
  • parent