Не удается установить pyside2 на python 3.7.3 (повторный респиратор коронавируса) - PullRequest
0 голосов
/ 23 апреля 2020

Я пытаюсь установить программу github на beaglebone black. Я обновил Debian Frimware. Затем я передал все файлы 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 для всех файлов здесь. Спасибо! Гитлаб: https://gitlab.com/reesistencia/reespirator-beagle-touch

...