El mismo síntoma, pero meses después. Ahora es una actualización de setuptools la que genera el error del módulo pkg_resource no encontrado. Si presentas este problema, debes fijar la versión de setuptools en 81 o anterior […]
Latest posts tagged with #Setuptools on Bluesky
El mismo síntoma, pero meses después. Ahora es una actualización de setuptools la que genera el error del módulo pkg_resource no encontrado. Si presentas este problema, debes fijar la versión de setuptools en 81 o anterior […]
Lessons from this week's removal of the #pkg_resources module:
- If you don't use the `--no-build-isolation` argument of `pip install`, then `--require-hashes` is only partly effective and your builds may break whenever incompatible changes are made to #setuptools or other build dependencies […]
happy `ModuleNotFoundError: No module named 'pkg_resources’` day to all who celebrate #setuptools
happy `ModuleNotFoundError: No module named 'pkg_resources'` day to all who celebrate #setuptools
Our August 2025 Debian Contributions report is out! We have updates on preparing for the setup.py install deprecation in setuptools, Salsa CI, the Debian 13 “trixie” release and more.
Full report here: www.freexian.com/blog/debian-...
#freexian #debian #trixie #setuptools #salsaci
Not yet sure if it's a #python #debian (raspi bookworm) #setuptools or #saltstack thing, but had errors loading a package installed as `--editable`
It created a `<package>.pth` file that looked fine, but couldn't seem to load it until I renamed it to `__editable__.<package>.pth`
Need to […]
setuptools team learned yesterday that "Postel's Law" is more like the law of gravity than software architecture guidance.
#python #setuptools
Mark and Nolan Grayson, from Invincible. (Setuptools) Mark: "But if build environments suppress our deprecation warnings, how can we ever change the public-facing API in a backwards-incompatible way?" (Protobuffers) Nolan: "That's the neat part: you don't."
(Note: credit where credit is **absolutely** do: `setuptools` team stepped up and embraced the issue, putting together a very quick rollback to unbreak everybody and move the deprecation deadline further out. That was extremely responsible.)
#python #setuptools
"But it's not setuptools fault that other projects didn't respond to a deprecation warning from 2021..."
There's a concept of "Responsibility without fault." There's a pretty famous blog post, which I regrettably cannot lay hands upon, where an ex-Microsoft engineer talks about how when they […]
I often laud that the Python ecosystem has the advantage over the Rails ecosystem of "adults in the room."
I have to say, watching setuptools break a significant number of builds today because they turned a deprecation into an exception, tickling a known-and-repeatedly-reported issue with […]