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.

[Request] Conda recipe

See original GitHub issue

Would it be possible for you to release a conda-forge recipe of flax?

We officially released the beta of netket 3, and I was trying to update our conda recipe and since we depend on flax, we need flax to be packaged for conda too.

It’s rather an easy process: just run conda skeleton pypi flax (flax is just a source package so everything should be smooth) and then open a PR against the right conda repository.

Nowydays, conda reecipes self-update themselves so after setup there would be almost no more maintenance work.

if you want I can also volunteer the work.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
PhilipVinccommented, Jul 17, 2022

Yes indeed

0reactions
cossiocommented, Jul 17, 2022

@PhilipVinc I presume the command is conda install conda-forge::flax? With conda instead of condo, I guess there was typo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defining metadata (meta.yaml) - Conda
Specifies whether conda-build should skip the build of this recipe. Particularly useful for defining recipes that are platform specific. The default is False...
Read more >
conda-forge/requests-feedstock - GitHub
A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations...
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 >
Patching Source Code to Conda Build Recipes - Anaconda
We need a starting point for our recipe. There are three typical choices: * Manually create a meta.yaml from scratch or copy an...
Read more >
How to build Conda packages?
The conda build process · Deletes the build environment and source directory to ensure that the new conda package does not inadvertantly depend ......
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