Search Criteria
Package Details: python-wandb 0.19.11-1
Package Actions
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: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-09 14:56 (UTC) |
Last Updated: | 2025-05-28 21:50 (UTC) |
Dependencies (23)
- python-click
- python-docker-pycredsAUR
- python-gitpython
- python-platformdirs
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-psutil
- python-pydantic
- python-requests
- python-sentry_sdk
- python-setproctitle
- python-setuptools
- python-yaml (python-yaml-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-wheel (make)
- python-moviepyAUR (python-moviepy-gitAUR) (optional) – logging videos
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (optional) – logging multi-dimensional arrays
- Show 3 more dependencies...
Latest Comments
1 2 3 Next › Last »
MohammadTalaat commented on 2025-05-28 00:07 (UTC)
Downgrading protobuf and python-protobuf to 29.3 actually solved my issue and I can install v0.19.11 now with no issues thanks @4rozenwolves!
4rozenwolves commented on 2025-05-28 00:03 (UTC)
v0.19.11 works for me on 2 computers, so I am not sure why it doesn't work for you. As an alternative, downgrade
protobuf
andpython-protobuf
to 29.3MohammadTalaat commented on 2025-05-27 23:59 (UTC)
I tried that version and it gives me the same error during check()
4rozenwolves commented on 2025-05-27 23:30 (UTC)
Yes.
MohammadTalaat commented on 2025-05-27 23:29 (UTC)
Are you referring to installing python-wandb v0.19.11? if so I'm already tying to install it but I have no information other than that
4rozenwolves commented on 2025-05-27 22:58 (UTC)
The import error can be fixed by updating to wandb 0.19.11
MohammadTalaat commented on 2025-05-27 22:55 (UTC)
I get the the error that @Homalozoa facing (ImportError: cannot import name 'Deprecated' from 'wandb.proto.wandb_telemetry_pb2') does anyone know how to solve this?
Homalozoa commented on 2025-05-19 11:10 (UTC)
Also got: ImportError: cannot import name 'Deprecated' from 'wandb.proto.wandb_telemetry_pb2'.
4rozenwolves commented on 2025-03-31 02:38 (UTC)
wandb 0.19.8
does not supportprotobuf 30
, it is necessary to downgradeprotobuf
andpython-protobuf
to 29.3alhirzel commented on 2025-03-31 02:31 (UTC)
Does not make it past
check()
:1 2 3 Next › Last »