Adam J. Stewart

Results 216 issues of Adam J. Stewart

Basic stack of ML packages we would like to test and generate binaries for in CI. Closes #31551 @tgamblin @scottwittenburg I said this when I was working on #27798, but...

new-version
update-package
gitlab
core

Apparently #31792 only fixed bootstrapping when using the full Xcode suite, this PR fixes bootstrapping when using only the Xcode command line tools. Fixes #31889

macOS
python
update-package
bootstrap

When I run one of the executables like so: ```console $ run_image_slam -v orb_vocab.dbow2 -i images/ -c config.yaml ``` it launches two windows: Frame Viewer and Map Viewer. However, nothing...

When I run `make install`, I see that `libopenvslam` gets installed to `CMAKE_INSTALL_PREFIX`, but `libpangolin_viewer` and all of the `run_*` executables don't get installed. `make install` should install all files...

I've encountered a CloudLinux VM that `distro` is unable to recognize: ```console $ distro Name: Version: Codename: $ python -c 'import distro; print(distro.linux_distribution())' ('', '', '') ``` The problem is...

area: code
enhancement

I'm a developer for the [Spack](https://spack.io) package manager. Spack builds all packages from source, including our `sphinx_rtd_theme` package. Right now, this requires the user to also install `npm`, which can...

When running pytest with the latest version of Pillow, you'll see: ``` ../../../anaconda/envs/adam-py37-min/lib/python3.7/site-packages/pretrainedmodels/datasets/utils.py:33 /anaconda/envs/adam-py37-min/lib/python3.7/site-packages/pretrainedmodels/datasets/utils.py:33: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead. def...

## Description I'm encountering issues when building `jupyterlab-widgets` from source. I'm not sure if this is the right repo to report this to, but https://pypi.org/project/jupyterlab-widgets/ lists this as the homepage....

# Summary It seems that `pytest-cov` does not support the CIFS filesystem. ## Expected vs actual result I would expect the following to run without error: ```console $ pytest --cov=....

wontfix
discussion needed

I noticed the following behavior when trying to compute the number of entries in an empty index: ```console $ python >>> from rtree.index import Index >>> idx = Index(interleaved=True) >>>...