Search Criteria
Package Details: python-pytorch-lightning 2.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pytorch-lightning.git (read-only, click to copy) |
---|---|
Package Base: | python-pytorch-lightning |
Description: | The lightweight PyTorch wrapper for high-performance AI research |
Upstream URL: | https://lightning.ai |
Licenses: | Apache-2.0 |
Submitter: | lilac |
Maintainer: | alhirzel |
Last Packager: | alhirzel |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-02 12:16 (UTC) |
Last Updated: | 2024-03-31 02:55 (UTC) |
Dependencies (25)
- python-fastapi
- python-fsspec
- python-google-api-core
- python-jsonargparseAUR
- python-lightning-utilitiesAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-mpi4py (python-mpi4py-intelAUR)
- python-pandas
- python-psutil
- python-pyaml
- python-pydeprecateAUR (python-pydeprecateAUR)
- python-pytest
- python-rich
- python-scikit-learn (python-scikit-learn-gitAUR)
- python-tensorboardxAUR (python-tensorboardx-gitAUR)
- python-torchmetricsAUR
- python-torchvision (python-torchvision-gitAUR, python-torchvision-rocm-binAUR, python-torchvision-rocmAUR, python-torchvision-cuda)
- python-twine (twine)
- tensorboard
- uvicorn
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-apex (python-apex-gitAUR) (optional) – mixed precision support
- python-horovodAUR (optional) – for distributed training
Latest Comments
1 2 Next › Last »
truncs commented on 2024-03-19 17:59 (UTC) (edited on 2024-03-19 18:02 (UTC) by truncs)
Missing a dependency?
Also, the official package works with
but the arch version you have to do
alhirzel commented on 2022-11-24 16:19 (UTC)
I just updated this package to the latest version on PyPI (
1.8.0.post3
) and was able to importpytorch_lightning
into a REPL after installation.I had to add a new dependency,
python-lightning-utils
, but otherwise did not see that any other dependencies were unavailable as previous comments indicated. I did runnamcap
, but I have only installed this on my desktop PC and one server so far. Please alert me to any issues you encounter.trougnouf commented on 2022-11-23 15:36 (UTC)
I get a
ModuleNotFoundError: No module named 'deprecate'
errorkIERO commented on 2022-10-18 20:55 (UTC)
Orphaned AUR Packages: python-torchmetrics
Dependencies orphaned?
Freed commented on 2022-04-04 10:01 (UTC)
Seem to lose some dependency?
lumaku commented on 2021-10-06 16:32 (UTC)
Hi @hottea, could you list
python-torchvision
as optdepends? It's not mentioned in theirrequirements.txt
, only inrequirements/examples.txt
, and it's quite the large package that has to be compiled at install. Thank you for maintaining the package :)MoozIiSP commented on 2021-04-01 07:52 (UTC)
hi @hottea :). Pytorch_lightning makes its metrics module into a new package
torchmetrics
. According to requirements.txt of pytorch_lightning, it should be added into depends ofPKGBUILD
. If it is missing, the code will raiseModuleNotFoundError: No module named 'torchmetrics'
when you used metrics from pytorch_lightning.7Z0nE commented on 2021-03-10 09:40 (UTC)
@hottea tensorboard should not be an optdepend, as it is imported by many pl modules even if not used. If tensorboard is missing, most code will not run.
hottea commented on 2021-02-07 15:23 (UTC)
@tobol Would you like to report this to upstream?
tobol commented on 2021-02-07 14:50 (UTC)
The folder /usr/lib/python3.9/site-packages/tests should be deleted in the package() step
1 2 Next › Last »