无法在python 3.7.3(Coronavirus reespirator)上安装pyside2

问题描述 投票:0回答:1

我正在尝试在beaglebone黑色上安装github程序。我更新了debian固件。然后我将所有文件传递给BBB。我更新了apt-get,升级了setuptools。现在,当我尝试安装代码时,出现以下错误:

    pip3 install -r requirements.txt
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Processing /home/debian/reespirator
Collecting docopt==0.6.2
  Using cached https://www.piwheels.org/simple/docopt/docopt-0.6.2-py2.py3-none-any.whl (13 kB)
ERROR: Could not find a version that satisfies the requirement PySide2==5.14.1 (from resPyRator==0.0.1.dev20200423->-r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for PySide2==5.14.1 (from resPyRator==0.0.1.dev20200423->-r requirements.txt (line 1))

指向gitlab的所有文件的链接都在这里。谢谢!gitlab:https://gitlab.com/reesistencia/reespirator-beagle-touch

python python-3.x beagleboneblack
1个回答
0
投票

tengo el mismo problema para solucionar la inetrfaz del reespirador

© www.soinside.com 2019 - 2024. All rights reserved.