Zurück in der Schlangenhölle: Python-Projekte reparieren u.a. ComfyUI & IOPaint

Zurück in der Schlangenhölle: Python-Projekte reparieren u.a. ComfyUI & IOPaint

On #macos #tahoe installed with #conda, I'm going slightly insane.
gnuradio (v3.10.12.0) depends on qt-main (v5.15.15)
gnuradio also depends on qwt (v6.3.0) which depends on qt6-main (v6.10.1)
So, now I have both qt5 and qt6 installed .. by the installer .. that fails when you attempt to run anything because there's two versions of qt installed.
Anyone?
I finished the basic #tutorial for #snakemake and it really fits my vibe right now, hehe
Also learned a bit more about #conda along the way. I'll take that
https://snakemake.readthedocs.io/en/stable/tutorial/basics.html
CondaNest – GUI quản lý môi trường Conda trên Linux, phù hợp cho xử lý đa môi trường Bioconda. Giao diện nhẹ, trực quan, không cần activate để xem gói. Tạo, xóa, dọn dẹp môi trường dễ dàng. Viết bằng Python & GTK4, hiệu năng cao. Đang ở giai đoạn beta – góp ý để cải thiện! #Conda #Bioconda #Linux #Python #GTK4 #OpenSource #conda #bioconda #linux #opensource
https://www.reddit.com/r/opensource/comments/1qi9ewg/i_built_a_native_linux_gui_to_organize_conda/
My first article for Towards Data Science!
How sharded repodata (CEP-16) makes conda and Pixi 10x faster with 90% less bandwidth on conda-forge.
Thanks to Bas Zalmstra, @dholth, and the teams at @prefix, Anaconda, and Quansight.
https://towardsdatascience.com/why-package-installs-are-slow-and-how-to-fix-it/
#PackageManagement #OpenSource #Python #Conda #Pixi #DataScience
Last week I was a little annoyed about missing Microsoft C++ Build Tools #MSVC on a system without admin rights. I needed a compiler for building the #python C++ extension I developed a while ago. Annoyed not because I could not ask someone to install it for me, but annoyed because of the lack of compiler choices in this particular case. I have to use the MSVC instead of let's say #g++ which I could easily install via the #MinGW-w64 #conda package myself.
I found out that I can tell #setuptools (the backend build system) via #pip config settings to use a different compiler during build: