OpenAstroTech / OATFWGUI

OpenAstroTech FirmWare Graphical User Interface
http://openastrotech.com/
8 stars 0 forks source link

Linux install doesn't work on Python3.11 #14

Closed julianneswinoga closed 1 year ago

julianneswinoga commented 1 year ago

Trying to run OATFWGUI_Linux.sh doesn't work if the Python version is 3.11:

Script dir: /home/julie/Downloads
~/Downloads ~/Downloads
LIBC version: ldd (GNU libc) 2.36
./.venv_OATFWGUI is not present, installing virtual environment
Python version: Python 3.11.2
Python command is /usr/bin/python3
Upgrading pip
Requirement already satisfied: pip in ./.venv_OATFWGUI/lib64/python3.11/site-packages (22.2.2)
Collecting pip
  Downloading pip-23.0.1-py3-none-any.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 4.9 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.2.2
    Uninstalling pip-22.2.2:
      Successfully uninstalled pip-22.2.2
Successfully installed pip-23.0.1
Installing requirements
Collecting platformio==6.1.4
  Using cached platformio-6.1.4.tar.gz (245 kB)
  Preparing metadata (setup.py) ... done
ERROR: Ignored the following versions that require a different python version: 6.3.0 Requires-Python <3.11,>=3.6; 6.3.1 Requires-Python <3.11,>=3.6; 6.3.2 Requires-Python <3.11
,>=3.6; 6.4.0 Requires-Python <3.11,>=3.6
ERROR: Could not find a version that satisfies the requirement PySide6-Essentials==6.3.2 (from versions: 6.4.0.1, 6.4.1, 6.4.2)
ERROR: No matching distribution found for PySide6-Essentials==6.3.2

Due to a dependency error with PySide6-Essentials==6.3.2