Ben Chuanlong Du's Blog

It is never too late to learn.

Conda Build Issue

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

I encountered an issue building the package sqlalchemy-teradata. There are a few related issues: issues/2790, issues/2826. It seems that the recipe uses an outdated URL. Change the URL to this one resolves the issue.

Build a Conda Package

Building conda packages from scratch has detailed instructions on how to build a conda package from scratch. In most situations, you can simplify the building process with the help of conda skeleton. Please refer to Building conda packages with conda skeleton on how to use build a conda package using conda skeleton.

Example

https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/building-conda-packages.html#building-a-sep-package-with-conda-and-python-2-or-3

https://github.com/conda/conda-recipes

References

https://www.anaconda.com/patching-source-code-to-conda-build-recipes/

https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html

https://docs.conda.io/projects/conda-build/en/latest/concepts/recipe.html

https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/index.html

https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/building-conda-packages.html

https://github.com/conda/conda-build/issues/3779

Comments