Tips on Conda

Posted on Apr 22, 2018 in Computer Science • Tagged with programming, Python, conda, tips, Anaconda Python

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

  1. conda and executables installed by conda might not be able to run by sudo directly. If this happends, use the full path of the executable or add …


Continue reading

Packaging Python Dependencies for PySpark Using conda-pack

Posted on Apr 30, 2021 in Computer Science • Tagged with programming, PySpark, Python, conda, conda-pack, dependency, Spark, big data, portable

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

python-build-standalone is a better alternative to conda-pack on managing Python dependencies for PySpark. Please refer to Packaging Python Dependencies for PySpark Using python-build-standalone for tutorials on how …


Continue reading

Tips on conda-pack

Posted on Apr 30, 2021 in Computer Science • Tagged with programming, conda-pack, conda, dependency, virtual environment

It is suggested that you use python-build-standlone instead of conda-pack to build portable Python environments. Please refer to Packaging Python Dependencies for PySpark Using Python-Build-Standalone for more details.

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


Continue reading

Conda Build Issue

Posted on Jul 23, 2018 in Computer Science • Tagged with programming, Anaconda, Python, conda build, sqlalchemy-teradata, conda

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 …


Continue reading