Code Monkey home page Code Monkey logo

Comments (6)

mkinney avatar mkinney commented on May 29, 2024

Looks like pyside2 might be available...

sudo apt-get install python3-pyside2.qt3dcore python3-pyside2.qt3dinput python3-pyside2.qt3dlogic python3-pyside2.qt3drender python3-pyside2.qtcharts python3-pyside2.qtconcurrent python3-pyside2.qtcore python3-pyside2.qtgui python3-pyside2.qthelp python3-pyside2.qtlocation python3-pyside2.qtmultimedia python3-pyside2.qtmultimediawidgets python3-pyside2.qtnetwork python3-pyside2.qtopengl python3-pyside2.qtpositioning python3-pyside2.qtprintsupport python3-pyside2.qtqml python3-pyside2.qtquick python3-pyside2.qtquickwidgets python3-pyside2.qtscript python3-pyside2.qtscripttools python3-pyside2.qtsensors python3-pyside2.qtsql python3-pyside2.qtsvg python3-pyside2.qttest python3-pyside2.qttexttospeech python3-pyside2.qtuitools python3-pyside2.qtwebchannel python3-pyside2.qtwebsockets python3-pyside2.qtwidgets python3-pyside2.qtx11extras python3-pyside2.qtxml python3-pyside2.qtxmlpatterns

pyside2 vs pyside6?

https://doc.qt.io/qtforpython/faq.html

essentially qt5 vs qt6

from meshtastic-gui-installer.

mkinney avatar mkinney commented on May 29, 2024

For version info, easy way is:

cat /etc/os-release

from meshtastic-gui-installer.

mkinney avatar mkinney commented on May 29, 2024

pip install PySide2 is not possible either... weird

from meshtastic-gui-installer.

mkinney avatar mkinney commented on May 29, 2024

Hmm...

sudo apt install python3-pip
pip install virtualenv
# logout
sudo apt install python3.8 python3-distutils

I tried this:

mkdir tmp
cd tmp
virtualenv -p python3.8 venv
source venv/bin/activate

But, that didn't work well for me..

I think we want to install something like this:

sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes
sudo apt update

But that won't work.

from meshtastic-gui-installer.

mkinney avatar mkinney commented on May 29, 2024

Might be possible if you compile qt from source... that is a high hurdle.

Sorry, but I tried and I don't think there's a quick answer to getting it working on Raspberry Pi's.

from meshtastic-gui-installer.

mkinney avatar mkinney commented on May 29, 2024

Unfortunately, not likely to happen. Closing issue.

from meshtastic-gui-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.