question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Add fugue to conda-forge

See original GitHub issue

Is your feature request related to a problem? Please describe. fugue isn’t available on conda yet, packages with non-python dependencies are usually more easily installed via conda

Describe the solution you’d like conda install fugue -c conda-forge


The following dependencies need to be added to anaconda (conda-forge requires all dependencies be on the conda-forge channel) to make this possible:

  • adagio: github, dependencies: only triad not on anaconda
  • qpd: pypi, dependencies: only triad not on anaconda (the hompage link to the github is broken so found by extracting setup.py from the tar.gz file)
  • triad - all dependencies on anaconda

I added a package (ploomber) to conda-forge, and am happy to do the same for fugue


Additional tasks:

  • (optional) Update fugue Makefile make setupinconda for conda-forge install
  • (Optional) Add an environment.yml for local development
  • Update README with conda badges
  • Open source qpd (conda-forge requires a LICENSE)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
rdmolonycommented, Sep 7, 2021
  • Ref conda-forge/staged-recipes#16044
  • Ref conda-forge/staged-recipes#16099
0reactions
kvnkhocommented, Sep 2, 2021

Actually, I realized makeinconda is for the installation of a development environment. We probably just want to update the README for installation as you have above.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fugue - :: Anaconda.org
Fugue is a unified interface for distributed computing that lets users execute Python, pandas, and SQL code on Spark and Dask without rewrites....
Read more >
Contributing packages - Conda-Forge
To submit a package to the conda-forge channel, add its recipe and licence to the staged-recipes repository and create a pull request. Once...
Read more >
conda-forge | community driven packaging for conda
Create a new branch from the staged-recipes main branch. Add a new conda recipe in a new "recipes/[your-package-name]" directory. Please make sure to...
Read more >
A brief introduction — conda-forge 2022.12.21 documentation
Miniforge is a community effort to provide Miniconda-like installers, with the added feature that conda-forge is the default channel.
Read more >
Maintaining packages - Conda-Forge
Add the remote of the bot: git remote add regro-cf-autotick-bot ... A neat feature that feedstocks have is the ability to upload packages...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found