Skip to content

Conda installation defaults to using a very old version (0.8.5) instead of latest version (1.7) #14374

@TheShadow29

Description

@TheShadow29

🐛 Bug

On a new environment, doing the conda installation results in installing "conda-forge/noarch::pytorch-lightning-0.8.5-py_0".

To Reproduce

conda create -n test_env python=3.9
conda install ipython jupyter
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge
conda install pytorch-lightning -c conda-forge

Expected behavior

It should install latest version when possible.

Environment

  • PyTorch Version (e.g., 1.10): 1.12
  • Python version (e.g., 3.9): 3.9
  • OS (e.g., Linux): Linux
  • CUDA/cuDNN version: 11.6
  • GPU models and configuration: 3090
  • How you installed PyTorch (conda, pip, source): conda

Metadata

Metadata

Assignees

Labels

3rd partyRelated to a 3rd-partybugSomething isn't workingplGeneric label for PyTorch Lightning packagepriority: 0High priority task

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions