Open cmlakhan opened 2 years ago
Describe the bug I am trying to install Bagua with Pytorch Lightning but I'm getting the following error:
ERROR: Could not find a version that satisfies the requirement bagua-cuda113 (from versions: none)
Environment
python3 -m pip install --pre bagua
Reproducing
Please provide a minimal working example. This means the runnable code.
Please also write what exact commands are required to reproduce your results.
Additional context Add any other context about the problem here.
@cmlakhan Can you install any other python packages using the command pip install xxx? Maybe you could try to upgrade pip using pip install --upgrade pip ?
pip install xxx
pip install --upgrade pip
Describe the bug I am trying to install Bagua with Pytorch Lightning but I'm getting the following error:
Environment
python3 -m pip install --pre bagua
)?: noReproducing
Please provide a minimal working example. This means the runnable code.
Please also write what exact commands are required to reproduce your results.
Additional context Add any other context about the problem here.