python:ERROR: No matching distribution found for Pillow==9.1.0的处理(Python 3.6.8)

一,查看当前python和pip的版本:

查看python的版本:

[lhdop@blog ~]$ python3 --version
Python 3.6.8

查看pip的版本:

[……]

继续阅读

python:backgroundremover安装及运行中报错的处理(backgroundremover 0.1.9)

一,安装backgroundremover:

1,官方站地址:

https://github.com/nadermx/backgroundremover

2,从命令行安装

[l[......]

继续阅读

linux:安装pytorch(python3.6.8 / pytorch 1.10.1+cu102)

一,pytorch的官网:

https://pytorch.org/

如图:

根据自己的需求选择版本、平台、语言环境等信息,

然后运行命令即可

二,从命令行安装:

[……]

继续阅读

python3:用pip安装第三方库时报错Command “python setup.py egg_info” failed with error code的解决

一,执行安装第三方库时报错:

[lhdop@blog ~]$ pip3 install backgroundremover

Downloading https://files[......]

继续阅读