-
JupyterHub now has a very well thought out release system (https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md). repo2docker has *some* documentation, but it's a bit out of date. We should u…
-
Git now uses a dynamic length for the number of digits in hashes printed by ``git describe``:
https://github.com/git/git/commit/e6c587c733b4634030b353f4024794b08bc86892
For the purposes of version…
-
Hi. I'm trying to install `signatory`, along `torch` with:
`pip install -r requirements.txt`
Being said requirements.txt:
```
torch==1.7.1
signatory==1.2.4.1.7.1
```
And I get the follo…
-
Hi @roelof89
I was trying to use Malboost webserver but it failed to load. Besides, while using CLI, I get the following error:
```
./launch.sh
667798:C 02 Jan 2024 15:34:59.512 # oO0OoO0Oo…
-
When installing a package that pulls in additional dependencies, and a dependency of those dependencies fails to build, there is no indication of which parent package required the failing package or…
-
Although SymPy now has a pyproject.toml it is missing the `project` table. See:
https://packaging.python.org/en/latest/tutorials/packaging-projects/
This means that various packaging frontend to…
-
-
Hi,
Our release policy requires that we vote on release candidates leading up to a release.
With python, we use `"(\d+).(\d+).(\d+).dev(\d+)"` format to represent release candidates leading up t…
-
win10 python3.9
C:\Users\Zeng xiang xi>pip install pandasgui
WARNING: Ignoring invalid distribution -rotobuf (d:\anaconda\anaconda\lib\site-packages)
Collecting pandasgui
Using cached pandasg…
-
I am trying to use this actions file, but I get an error because my image references an internal private repo. Here is the image:
```shell
FROM python:3.10-alpine
ENV LISTEN_PORT=8000
EXPOSE …