Coder Social home page Coder Social logo

Comments (3)

 avatar commented on May 22, 2024

Hello, thanks for reporting. Stargate has first-tier support for ARM platforms, but I have only tested it on Raspberry Pi4 and a 2015 era oDroid, using Raspbian, Ubuntu and Fedora. This appears to be an issue with the PyQt packages that your distro provided, that they will need to fix. But I will help as much as possible.

First

Try running this from the command line:

python3
>>> from PyQt5 import QtGui, QtWidgets, QtCore

I assume you will see the same error. If so, file a bug report with your distro, they will need to fix the package

Potential work-arounds

Install PyQt from pip

python3 -m pip install PyQt5
# Or
python3 -m pip install PyQt6

Upgrade Python

Check your version

python3 -V

If it is an older version, or a very new version, try installing 3.8, 3.9 if possible

If you have multiple version of python installed, you can select them like this:

python3.7 $(which stargate)
python3.9 $(which stargate)

Try another distro

As previously mentioned, Stargate is known to work on ARM64 Ubuntu, Debian and Fedora, there is no reason to believe it would not work on a Pinebook.

from stargate.

 avatar commented on May 22, 2024

@loplkc , Also feel free to chat with us on Discord, might be easier to assist.

from stargate.

 avatar commented on May 22, 2024

Have not heard back from you, and this is almost certainly an issue with your distro, so closing the ticket. Feel free to discuss further with us in Discord, we are eager to know if Stargate works on Pinebook.

from stargate.

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.