Miniforge (anaconda Python distribution) fails to install offline since a couple of weeks back. Our workaround is to stay on the v26.1.1-0 installer.

I dug a bit deeper today, and the reason is that all the bundled packages in the 100+ MB installer have bad checksums, so it says "0 B to download", but then rejects each package and tries to get a correct one online.

I'm surprised nobody has reported this, I may write a report this weekend.

It also seems like a bug to me that `conda install --offline` goes online instead of failing when integrity checks fail.

#miniforge #anaconda #python

I only realize today that the widely used #conda environment tools can only be used under #FreeBSD via the #Linux compact layer. For people not familiar with it, it is kind of like the #venv or #virtualenv tools, allowing multiple versions of #Python coexist. I used #conda, mainly #miniforge or #mambaforge because besides Python, conda also supports #R enrironments. I daily use R #ggplot2 figures generated from animal models and cellular experiments, as well as various #Bioinformatics tools. It is a shock to me conda does not natively support #BSD systems.

#RunBSD #Unix #Rstats

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

https://tube.tchncs.de/w/aMou4fgpViDi8Co3pHhhpi

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

PeerTube

Troubleshooting: 3 Lösungen für häufige Python-Probleme

https://tube.tchncs.de/w/g3HAGLJbkPxYSRUSzAPHAf

Troubleshooting: 3 Lösungen für häufige Python-Probleme

PeerTube

Một nhà phát triển đã xây dựng "mini-forge", dịch vụ tạo khóa (KGS) hiệu suất cao bằng Go để tìm hiểu hệ thống phân tán. Dự án tập trung vào tạo khóa duy nhất, không trùng lặp ở quy mô lớn, sử dụng bộ nhớ đệm trong RAM và cơ chế khóa giao dịch. Tác giả tìm kiếm phản hồi về kiến trúc và mã nguồn.

#HệThốngPhânTán #GoLang #PhátTriểnBackend #KeyGeneration #DistributedSystems #Go #BackendDev #MiniForge #SideProject

https://www.reddit.com/r/SideProject/comments/1nytftl/i_built_miniforge_a_highperfor

🔄 Update: I’ve just expanded my #Miniforge migration guide with a dedicated troubleshooting section. It now covers common issues I’ve encountered over the past years — including #SSL certificate errors, channel configuration for conda-forge-only environments, and a workaround for situations where #mamba isn’t available in the base environment. If you have further tips, feel free to comment here or on the blog post. #conda #CondaForge

Thanks to #miniforge and #conda managed to install #DSPSR now to figure out how to get IQ data from an RTL-SDR into a format it can read, might need some GNU Radio flowgraphs.

I found this repo but its rather old:
https://github.com/ccera-astro/pulsar_filterbank

GitHub - ccera-astro/pulsar_filterbank: A Gnu Radio flow-graph for producing raw filterbank files from a live SDR

A Gnu Radio flow-graph for producing raw filterbank files from a live SDR - ccera-astro/pulsar_filterbank

GitHub

After recent license changes at #Anaconda, Inc., #Miniforge has become the recommended, fully open solution for institutional #Python environments. Now bundling both #conda and #mamba, it replaces #Miniconda/ #Mambaforge, ensuring high performance and broad package access via #CondaForge. Here I summarized the key changes and migration steps:

🌍 https://www.fabriziomusacchio.com/blog/2025-07-03-miniforge/

#Python #DataScience #OpenSource

Personally, I'm a big fan of 🕸 Spyder IDE for #python #development and scripting. Now, starting from version 6, it ships with an installer for Win, Mac and Linux. Spyder is itself a Python package - to avoid dependency issues, its own bundled Python environment is immutable, i.e. pip is not supported. I'm using it with a custom #miniforge environment. However, ensure to install "spyder-kernels" in this environment - otherwise, the miniforge-environment can't be connected to Spyder.

https://www.spyder-ide.org/

What is your favourite Python IDE?

#scientificcomputing #computationalmechanics

VS Code
30.8%
PyCharm
30.8%
Spyder
23.1%
Jupyter Notebooks
15.4%
Poll ended at .
Spyder | The Python IDE that scientists and data analysts deserve

Get the ease of use of Jupyter along with many advanced features found in PyCharm and VSCode in a single programming environment

Spyder IDE
@AstroHyde thanks for sharing. I work for a big company that very hastily switched from #Anaconda to #Miniforge very recently, possibly for very similar reasons.