Could not find a version that satisfies the requirement tb-nightly

Preface

ERROR: Could not find a version that satisfies the requirement tb-nightly (from versions: none)
ERROR: No matching distribution found for tb-nightly

When I wanted to play with stable diffusion, I encountered such a problem during the installation process.

1. Version mismatch

2. There is no corresponding version in the installation source

If you also want to give it a try: Python AI painting |  Very simple tutorial for beginners

solve

I use Tsinghua source, although Baidu source is faster.

Just use Alibaba source to download tb-nightly

pip install tb-nightly -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
 

Guess you like

Origin blog.csdn.net/qq_55542491/article/details/132830688