Git Product home page Git Product logo

Comments (7)

mariusvniekerk avatar mariusvniekerk commented on August 21, 2024 1

Landed the update in the conda-forge feedstock. Feel free to add yourself as a maintainer if you'd like to help out on the packaging effort.

from deprecated.

Tagar avatar Tagar commented on August 21, 2024 1

@tantale conda is a general package manager (although it is primarily used for python centric projects), while pypi is solely used for python packages. Their formats are not compatible. I hope that explains your question.

from deprecated.

tantale avatar tantale commented on August 21, 2024

This library is publish to the official Python Package Index, not directly to Conda.

I don't know who (what) is responsible to keep the Conda repository up-to-date. But it's not me.

from deprecated.

Tagar avatar Tagar commented on August 21, 2024

Thanks for prompt response @tantale

conda recipe for deprecated is defined here
https://github.com/conda-forge/deprecated-feedstock

cc @mariusvniekerk - please publish 1.2.7 release to conda

Thank you both!

from deprecated.

tantale avatar tantale commented on August 21, 2024

Ok to contribute (but I am not an anaconda user).

  • I have created my "tantale" account in the Anaconda Forge,
  • I have also install the anaconda-client (pipx install anaconda-client).

Just tell me how to add myself as a maintainer…

Curious : why using Anaconda Forge and not simply PyPi?

from deprecated.

Tagar avatar Tagar commented on August 21, 2024
  • conda is better for environments that has complex dependencies, as pip sometimes doesn't resolve correctly requirements between cascade of dependencies.
  • It's also much better for some python packages that do have native code (like cythonized libraries etc) - basically conda package is a ready to use distribution, while pip may trigger compiling through gcc etc..

The latter doesn't apply to deprecated as a it's a simple pure python package.

from deprecated.

tantale avatar tantale commented on August 21, 2024

@Tagar, conda is probably a good product, but this doesn't answer my question : why having another Python package repository ? Why not using PyPi directly ?

from deprecated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.