Skip to content
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

Make available on conda-forge #2096

Closed
maximlt opened this issue Dec 6, 2022 · 6 comments
Closed

Make available on conda-forge #2096

maximlt opened this issue Dec 6, 2022 · 6 comments

Comments

@maximlt
Copy link

maximlt commented Dec 6, 2022

Hi all, thanks for this great library and sorry for writing in English (I hope it's fine).

I'd be nice to have pyecharts available on conda-forge. Adding what is called a recipe to conda-forge is pretty well documented. That would ultimately make pyecharts directly available to conda users.

@sunhailin-Leo
Copy link
Member

@maximlt

  • For now, I think you can use pip install in conda environment.
  • I don't know much about conda-forge, and I don't know the difference between it and Anaconda.
  • By the way, I will take a look for conda-forge, but probably not so soon.

@maximlt
Copy link
Author

maximlt commented Jan 3, 2023

I don't know much about conda-forge, and I don't know the difference between it and Anaconda.

The difference is quite big. Anaconda is a company, it created the tool conda to manage environments and dependencies. conda can install packages from channels. Anaconda maintains a channel called default. The community of conda users, i.e. in bulk that's the scientific/datascience Python community as conda is making installing their packages much easier compared to pip, has developed its own community-managed channel called conda-forge. While Anaconda controls what is on the default channel, it doesn't control what is on conda-forge and you as a maintainer of a Python library can decide to submit your project to conda-forge.

@FHU-yezi
Copy link

FHU-yezi commented Jan 3, 2023

For short, once we updated our library to conda-forge, we are able to run conda install pyecharts to download it.

@sunhailin-Leo
Copy link
Member

@maximlt @FHU-yezi

  • Thx, I will take a look for conda-forge.

@wybert
Copy link

wybert commented Jun 14, 2023

I would suggest using grayskull to generate the conda-forge recipe quickly.

@sunhailin-Leo
Copy link
Member

Waiting for pull requests pull-requests#23709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants