Package Details: python-pytorch-lightning 2.2.1-1

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.000023
First Submitted: 2019-09-02 12:16 (UTC)
Last Updated: 2024-03-31 02:55 (UTC)

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?

ModuleNotFoundError: No module named 'lightning_utilities'

Also, the official package works with

import lightning 

but the arch version you have to do

import pytorch_lightning

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 import pytorch_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 run namcap, 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' error

kIERO 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?

ModuleNotFoundError: `jsonargparse` is not installed but it is required for the CLI. Install it with `pip install -U jsonargparse[signatures]`.

lumaku commented on 2021-10-06 16:32 (UTC)

Hi @hottea, could you list python-torchvision as optdepends? It's not mentioned in their requirements.txt, only in requirements/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 of PKGBUILD. If it is missing, the code will raise ModuleNotFoundError: 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