iw4p / torrentp

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

Add `torrentp` to Conda Forge #23

Open RoyiAvital opened 4 months ago

RoyiAvital commented 4 months ago

It would be great to have torrentp on Conda Forge. Any chance to add it?

iw4p commented 4 months ago

Hey, I tried but It seems the permission of other 3rd party libraries which are not listed on the conda-forge is needed. https://github.com/conda-forge/staged-recipes/pull/26906#issuecomment-2221311310

RoyiAvital commented 3 months ago

Is there a way to approach them?

iw4p commented 3 months ago

Can’t you download it using pip on the conda?

Sent from Proton Mail for iOS

On Thu, Jul 11, 2024 at 9:23 AM, Royi @.***(mailto:On Thu, Jul 11, 2024 at 9:23 AM, Royi < wrote:

Is there a way to approach them?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

RoyiAvital commented 3 months ago

It won't play nice with others in case of dependency issues.

iw4p commented 3 months ago

Is there any conflict with others? Which packages?

Sent from Proton Mail for iOS

On Thu, Jul 11, 2024 at 3:53 PM, Royi @.***(mailto:On Thu, Jul 11, 2024 at 3:53 PM, Royi < wrote:

It won't play nice with others in case of dependency issues.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

RoyiAvital commented 3 months ago

No, I was talking in general about the effect of installing a package using pip inside a conda environment.