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.

Add conda-forge recipe

See original GitHub issue

Add a recipe to https://github.com/conda-forge/staged-recipes to have brownie available as a package on conda-forge, so that brownie can be installed using conda.

Not all of brownie’s dependencies are available as conda packages, though, so we may want to look into adding recipes for those before we add a recipe for brownie (it shouldn’t take more than a few minutes if the package specification is up to date). Those packages are:

eth-event py-solc-ast pygments-lexer-solidity pythx vvm vyper (xref: https://github.com/vyperlang/vyper/issues/2214)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
iamdefinitelyahumancommented, Dec 25, 2020

I’m fully in support of this, but unfamiliar with how conda works. I’m the principal maintainer of eth-event, py-solc-ast, and vvm so consider them in support as well.

I’ll reach out to you on telegram to discuss.

0reactions
spinochcommented, Apr 19, 2021

Perhaps bumping web3’s dependencies would solve the issues for the soft pinning, see: https://github.com/conda-forge/staged-recipes/pull/14625

Read more comments on GitHub >

github_iconTop Results From Across the Web

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/staged-recipes - GitHub
A place to submit conda recipes before they become fully fledged conda-forge feedstocks - GitHub - conda-forge/staged-recipes: A place to submit conda ...
Read more >
Conda-build recipes
Conda -forge downloads your package source and then builds the conda package in the context of the build environment. For example, you may...
Read more >
How to publish a Python package on conda-forge
Install conda -build using: conda install conda-build · Create the conda recipe using: conda skeleton pypi package-name · Make changes to the ...
Read more >
3 Simple Steps to Build a Python Package for Conda Forge
“Enough background, already — let's build!” · Fork the Conda Forge examples recipes repository at GitHub · Tailor the example recipe for your...
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