Adam J. Stewart
Adam J. Stewart
### Steps to reproduce ```console $ spack style --fix ==> Running style checks on spack selected: isort, mypy, black, flake8 ==> Modified files var/spack/repos/builtin/packages/py-matplotlib/package.py ==> Error: cannot bootstrap any of...
Depends on #29555 and #32695
Added the same patches used by Homebrew for newer versions of GCC. Unfortunately, none of these patches seem to work for the recently released Apple Clang 14.0.0. I see the...
**Describe the Bug** The build fails if I don't have CUDA installed. **Minimal Steps/Code to Reproduce the Bug** ```console $ pip install -v --disable-pip-version-check --no-cache-dir ... ./ Using pip 22.1.2...
**Describe the bug** I'm seeing the following error message in CI: ``` NBMAKE INTERNAL ERROR Exception ignored in: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/jsonschema/exceptions.py", line 134, in _set for...
Hi, I'm working on a torchvision-style dataset that automatically downloads and checksums SEN12MS. I see that the dataset is hosted on https://dataserv.ub.tum.de/s/m1474000. However, when I try to download one of...
The `setup.py` for pymol still uses distutils. Distutils was [deprecated in Python 3.10 and will be removed in 3.12](https://docs.python.org/3/whatsnew/3.10.html#distutils). Package authors are encouraged to use setuptools (should contain identical functionality...
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.15.0 ### Custom code No ### OS platform and distribution...
It's been almost a year since the last release, and most commits since then have been limited to auto-generated dependabot PRs. The outdated version of timm required to use smp...
**Describe the bug** tensorboardX is using deprecated features of protobuf. This requires every project that indirectly depends on protobuf to add the following hack to their pyproject.toml: #654. **Minimal runnable...