Package Details: python-wandb 0.19.8-1

Git Clone URL: https://aur.archlinux.org/python-wandb.git (read-only, click to copy)
Package Base: python-wandb
Description: A tool for visualizing and tracking your machine learning experiments
Upstream URL: https://wandb.ai
Keywords: logging wandb
Licenses: MIT
Conflicts: python-wandb-git
Provides: python-wandb
Submitter: HenryJia
Maintainer: daskol
Last Packager: daskol
Votes: 3
Popularity: 0.42
First Submitted: 2021-11-09 14:56 (UTC)
Last Updated: 2025-03-05 12:00 (UTC)

Latest Comments

1 2 Next › Last »

4rozenwolves commented on 2025-03-31 02:38 (UTC)

wandb 0.19.8 does not support protobuf 30, it is necessary to downgrade protobuf and python-protobuf to 29.3

alhirzel commented on 2025-03-31 02:31 (UTC)

Does not make it past check():

ImportError: cannot import name 'Deprecated' from 'wandb.proto.wandb_telemetry_pb2'

4rozenwolves commented on 2024-10-16 02:41 (UTC)

cargo is a dependency.

daskol commented on 2024-10-15 23:04 (UTC)

@rekman Updated. Thank you.

rekman commented on 2024-10-15 22:59 (UTC)

Can fail to build due to https://github.com/briansmith/ring/issues/1444

Workaround: disable LTO by adding

options=(!lto)

to the PKGBUILD. (Several other AUR and official packages have deployed this workaround.)

4rozenwolves commented on 2023-11-20 06:31 (UTC)

python-setproctitle is a dependency.

4rozenwolves commented on 2023-09-22 22:26 (UTC)

python-appdirs and python-pathtools are dependencies.

shmilee commented on 2023-08-14 11:20 (UTC)

I'm using this:

[$] pip3 install wandb --user --break-system-packages
[$] ~/.local/bin/wandb --version                                                              :) 0
wandb, version 0.15.8

shmilee commented on 2023-08-14 11:18 (UTC)

File "/usr/lib/python3.11/site-packages/pkg_resources/init.py", line 829, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pkg_resources/init.py", line 870, in _resolve_dist raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'setproctitle' distribution was not found and is required by wandb

Freed commented on 2022-11-19 05:36 (UTC)

wandb support shell completion which is missing:

_WANDB_COMPLETE=zsh_source wandb | sudo tee /usr/share/zsh/site-functions/_wandb
_WB_COMPLETE=zsh_source wb | sudo tee /usr/share/zsh/site-functions/_wb
_WANDB_COMPLETE=bash_source wandb | sudo tee /usr/share/bash-completion/completions/wandb
_WB_COMPLETE=bash_source wb | sudo tee /usr/share/bash-completion/completions/wb
_WANDB_COMPLETE=fish_source wandb | sudo tee /usr/share/fish/vendor_completions.d/wandb.fish
_WB_COMPLETE=fish_source wb | sudo tee /usr/share/fish/vendor_completions.d/wb.fish