Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

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

conda/conda-build#3779