BaguaSys / bagua

Bagua Speeds up PyTorch
https://tutorials-8ro.pages.dev/
MIT License
875 stars 83 forks source link

error with pip install #614

Open cmlakhan opened 2 years ago

cmlakhan commented 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

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.

Screen Shot 2022-05-26 at 8 52 00 AM
woqidaideshi commented 1 year ago

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