


Miniconda is a free minimal installer for conda. Conda is written entirely in Python, and is BSD licensed open source.Īs per What is the difference between Anaconda and Miniconda? Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. It is the package manager used by Anaconda installations, but it may be used for other systems as well. What is Conda / Anaconda?Ĭonda is a cross-platform, language-agnostic binary package manager. Loading different versions of Numpy and/or OpenCV is at your own risk. Some other issue could be with the following: considering a Package A with a dependency B, if updating your sys.path cause a different version of dependency B to load first, it could cause issues with Package A. Important note: When adding your own version for a package that is already shipped with TouchDesigner, you might encounter unexpected behaviors.Many of our internal tools and palette components rely on NumPy and/or OpenCV. Important: Mac users, see comments and visit While you should not consider the following example the ultimate solution, it saved me quite a few times and Anaconda is a nice tool to use even outside of the TouchDesigner context. It has been quite a few times that I see on the Derivative forum or on social networks, cases where users are struggling with third party Python libraries / packages integration in TouchDesigner. Bananaconda - This amazing article picture is brought to you by /user/DCLanger Anaconda - Managing python environments and 3rd-party libraries in TouchDesigner
