Ubuntu22.04安装Seafile 10.0.x 版本pip3报错

Seafile 10.0.x 版本安装时官方说明安装如下软件


但在安装 ```
sudo pip3 install --timeout=3600 django==3.2.* future==0.18.* mysqlclient==2.1.*
pymysql pillow==9.3.* pylibmc captcha==0.4 markupsafe==2.0.1 jinja2 sqlalchemy==1.4.3
psd-tools django-pylibmc django_simple_captcha==0.5.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 lxml

source tutorial-env/bin/activate
然后重新安装,结果依然报错!!!

报了什么错?

警告提示:WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
用root可能存在权限冲突问题

警告不用管,有error吗

不好意思 发起问题时表述错误,没有报错,是警告,我不确定是否会影响正常使用,所以还是很纠结。

没有报错就不影响