Katsuhiko Nishimra
Katsuhiko Nishimra
Hi. I've encountered `AssertionError` while calling `git.base.IndexFile.iter_blobs` after `git update-index --skip-worktree ` like below. ``` %pip install GitPython==3.1.11 Requirement already satisfied: GitPython==3.1.11 in /usr/local/python3.7/lib/python3.7/site-packages (3.1.11) Requirement already satisfied: gitdb=4.0.1 in...
Set names of output `Variable`s from `PickableSequentialChain`, so that they match with names in `pick` and `layer_names`. This is for more readable computational graphs.
Fixes #84. It seems setuptools can determine an encoding of a file if I write like `long_description = file: README.rst` in setup.cfg.
Hi, I've encountered an error while installing your package in a docker image. It boils down like below. ``` %docker run --rm python:3.6 env LANG=C pip install --no-binary :all: uModBus==1.0.3...
Hi. I'm trying to debianize this package, and have encountered a segmentatoin fault. When I build and test on an amd64 system, everything goes well. However, when it comes on...
On a debian/ubuntu box, clapack_xgetrf is in liblapack_atlas.so.
## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) both - 4.1.6-7ubuntu2 on ubuntu 24.04 - 4.1.8 built...