Giter Club home page Giter Club logo

pi-ware's Introduction

Pi-Ware

Pi-Ware is an app store inspired by Botspots pi-apps for the Raspberry Pi that allows you to install apps that you generally can't get from the official repos and/or without an extra amount of work.

NEW:

We have added the ability to add website links in your app!

To learn more vist our wiki!

Links:

Join our Discord server:

Pi-Ware Discord server

Look at our wiki

The Pi-Ware wiki

Look at our website:

The Pi-Ware website

Current app list

App list

How to install and use Pi-Ware

Install Pi-Ware

git clone https://github.com/piware14/pi-ware.git
cd pi-ware
bash install

Update Pi-Ware

Pi-Ware will automatically fetch and install updates, and tell you to restart it to apply them.

If you want to force update pi-ware, run

pi-ware --update --force

Uninstall Pi-Ware

cd $HOME/pi-ware
bash uninstall

Thanks to https://www.logodesign.net/ for providing our logo!

Enjoy Pi-Ware

pi-ware's People

Contributors

220735540 avatar cleanmachine1 avatar gl91306 avatar griphcode avatar noozabooz avatar oxmc avatar painadath avatar rp400 avatar ryanfortner avatar soemonewho2 avatar torralbaalla avatar witaka avatar zaydthecoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pi-ware's Issues

Deltarune Chapter 1 Returns a GML Error

What's your pi-ware version? (run cat $HOME/.local/share/pi-ware/version)

Pi-Ware Version: 1fb499e

What's the bug you are experiencing?

Deltarune Chapter 1+2 runs fine but choosing 'Yes' to 'Would you like to start from Chapter 1?'

How can we contact you?

Email: [email protected]

ERROR in
action number 1
of Create Event
for object obj_initializer2_ch1:
ds_map_size argument 1 incorrect type (undefined)...

Lunar Client

Hey guys, @gl91306 was able to compile Lunar Client for the Raspberry Pi. However, we need testers.

Deltarune

Is this app installable with sudo apt install?
no
If you've created a zip file for this app, upload it here.
i havent created a zip for the app, but heres he installation and uninstallations scrpits

install:
echo Installing Deltarune...
git clone https://github.com/gl91306/deltarune.git
cd deltarune
cd Deltarune
chmod +x runner
./runner
touch $HOME/.local/share/applications/Deltarune.desktop
echo "[Desktop Entry]
Name=Deltarune
Comment="The sequel to Toby Fox's Undertale"
Exec=$HOME/deltarune/Deltarune/runner
Icon=$HOME/deltarune/Deltarune/deltarune.png
Categories=Game;
Type=Application
Terminal=false" > $HOME/.local/share/applications/Deltarune.desktop

uninstall:
rm -rf $HOME/deltarune
rm-rf $HOME/.local/share/applications/Deltarune.desktop
echo Deltarune has been uninstalled

Runelite (OSRS)

I have made a script for raspberry pi that installs a game called old school runescape using runelite which is a community port which has support for arm devices.

Here is the zip
Runelite (OSRS).zip

I would like to know what you think of it and if it could be added to pi-ware.
Thank you :)

CryApp

Is this app installable with sudo apt install?
No its not
If you've created a zip file for this app, upload it here.
CryApp.zip

Opera

Is this app installable with sudo apt install?
No

Opera does not have ARM releases, but we could run with box x 86, I guess?

GUI scrollbar

Hey, can anyone make a scrollbar for the Pi-Ware GUI? When we have more apps we’ll need on to scroll through the buttons.

nothing

@gl91306 I can't access discord right now, so please inform everyone of the new update.

Mari0

Is this app installable with sudo apt install?
No
If you've created a zip file for this app, upload it here.
Mari0-1.zip

DollarSkip

Might wanna take a look at my dollarskip repo, not a software however feel free to add it if you want, just let me check the files and give me credit for the software

Up to you

Remove Discord

Remove the Discord App as it uses a 3rd party client which is strictly against Discord's Terms of Service and could result in users getting banned.

Add MultiMC to PiWare

wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
add "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main" to /etc/apt/sources.list
sudo apt update
sudo apt install qtbase5-dev cmake adoptopenjdk-14-hotspot clang

mkdir build
mkdir install
git clone --recursive https://github.com/MultiMC/MultiMC5.git src

change src/libraries/launcher/CMakeLists.txt and src/libraries/javacheck/CMakeLists.txt to 1.7 instead of 1.6

cd build
cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang ../src
make -j4
GitHub

MCPI Modded

Is this app installable with sudo apt install?
No

If you've created a zip file for this app, upload it here.
MCPI Modded.zip

doom (original)

Is this app installable with sudo apt install?

yes but only for the first command the rest you need to do without sudo apt install

im gonna need help with the uninstall as i have no idea how to do it, plus my bash scripting ability is next to none but i will try.

the install commands are:
sudo apt install chocolate-doom

sudo wget http://www.doomworld.com/3ddownloads/ports/shareware_doom_iwad.zip

sudo unzip shareware_doom_iwad.zip

chocolate-doom-setup

after those commands are entered it should bring you to the configuration then youll be done installing and can play

Anything else we should know?

this isnt the doom on pi apps this is different

Userland architecture not detected correctly

I couldn't find an issue template for bug requests so suggestion it is.

Currently, pi-ware detects architecture from kernel arch, not userland. Even if I'm running a 64-bit kernel and 32-bit userland it still detects me as 64-bit which breaks apps.
image

To fix it just replace it with this code which detects userland arch. You'll need to port it to python though.

if [ ! -z "$(file "$(readlink -f "/sbin/init")" | grep 64)" ];then
  MACHINE='aarch64'
elif [ ! -z "$(file "$(readlink -f "/sbin/init")" | grep 32)" ];then
  MACHINE='armv7l'
fi

Mineshaft Preview

Is this app installable with sudo apt install?
No
An app must have 4 core files to be added to pi-ware,

  • description.txt
  • install
  • uninstall
  • icon.png

A tutorial on adding an app is availible on our wiki

If you've created a zip file for this app, upload it here.
z.zip

Anything else we should know?
The zip was created for pi-apps, you will need to modify it to work with pi-ware. Install and uninstall scripts work everywhere

Improve the GUI

What does this suggestion do to pi-ware?
Will make users love the application more!

Why should we add this?
Makes it a better and more professional app

Lunar Client for Debian 11 / Bullseye

What's your pi-ware version? (run cat $HOME/.local/share/pi-ware/version)

Pi-Ware Version: 3f8b009

What's the bug you are experiencing?

If i install Lunar Client and open it only the black screen appears then it's crashing. I think its because Raspberry Pi OS had a new update to Debian 11 with Bullseye.

Here is the log:

pi@raspberrypi:~/pi-ware/store $ /home/pi/lunarclient-2.8.0-armv7l.AppImage
(node:3853) DeprecationWarning: file property is deprecated and will be removed in v5.
(Use `lunarclient --trace-deprecation ...` to show where the warning was created)
22:23:02.539 › Starting IPC server.
22:23:02.553 › Started IPC server.
22:23:03.580 (autoUpdater) › Checking for update
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
22:23:04.581 (autoUpdater) › Error: HttpError: 404 
"method: GET url: https://github.com/LunarClient/Launcher/releases.atom\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n"
Headers: {
  "server": "GitHub.com",
  "date": "Wed, 10 Nov 2021 21:23:04 GMT",
  "content-type": "text/plain; charset=utf-8",
  "vary": "X-PJAX, X-PJAX-Container, Accept-Encoding, Accept, X-Requested-With",
  "permissions-policy": "interest-cohort=()",
  "cache-control": "no-cache",
  "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
  "x-frame-options": "deny",
  "x-content-type-options": "nosniff",
  "x-xss-protection": "0",
  "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
  "expect-ct": "max-age=2592000, report-uri=\"https://api.github.com/_private/browser/errors\"",
  "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'",
  "content-encoding": "gzip",
  "set-cookie": [
    "_gh_sess=ltl3L8RrwHD3e4oG6uvFoez1fpJLIfTzh%2FasBxRrr6a%2FOe4P38o%2Fr9PhXB5Byj6yksBshU%2BgTC54QqO9MT2nSsGAngphq0DIgQbZlN3B3EgCWkhdP05%2Bks4REWecHS2lLsF1jvKFSeriOiw%2FtYlmv8yJu8HNmYXyAT4ZhgNOUbXqU6XqcZCB%2FgzDEX%2BQGcoTHh9M%2F7bPDX6LyvXGWndVBgKo8iM3AhHZTXW%2FXGsUeCpuEmmDrc%2FHRRXTuOWKLq27z%2FRIrAKm13uv6di2IcOhCg%3D%3D--oAGo%2Bbytyz5DosZk--S1T8Dj1G5FVr3%2BCaZKqHwg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax",
    "_octo=GH1.1.1835668814.1636579384; Path=/; Domain=github.com; Expires=Thu, 10 Nov 2022 21:23:04 GMT; Secure; SameSite=Lax",
    "logged_in=no; Path=/; Domain=github.com; Expires=Thu, 10 Nov 2022 21:23:04 GMT; HttpOnly; Secure; SameSite=Lax"
  ],
  "content-length": "40",
  "x-github-request-id": "BE66:B82C:2198F65:236EED5:618C3838"
}
    at createHttpError (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:30:10)
    at ElectronHttpExecutor.handleResponse (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:143:9)
    at ClientRequest.<anonymous> (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:98:16)
    at ClientRequest.emit (events.js:315:20)
    at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:105:6816)
    at SimpleURLLoaderWrapper.emit (events.js:315:20)
(node:3853) UnhandledPromiseRejectionWarning: HttpError: 404 
"method: GET url: https://github.com/LunarClient/Launcher/releases.atom\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n"
Headers: {
  "server": "GitHub.com",
  "date": "Wed, 10 Nov 2021 21:23:04 GMT",
  "content-type": "text/plain; charset=utf-8",
  "vary": "X-PJAX, X-PJAX-Container, Accept-Encoding, Accept, X-Requested-With",
  "permissions-policy": "interest-cohort=()",
  "cache-control": "no-cache",
  "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
  "x-frame-options": "deny",
  "x-content-type-options": "nosniff",
  "x-xss-protection": "0",
  "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
  "expect-ct": "max-age=2592000, report-uri=\"https://api.github.com/_private/browser/errors\"",
  "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'",
  "content-encoding": "gzip",
  "set-cookie": [
    "_gh_sess=ltl3L8RrwHD3e4oG6uvFoez1fpJLIfTzh%2FasBxRrr6a%2FOe4P38o%2Fr9PhXB5Byj6yksBshU%2BgTC54QqO9MT2nSsGAngphq0DIgQbZlN3B3EgCWkhdP05%2Bks4REWecHS2lLsF1jvKFSeriOiw%2FtYlmv8yJu8HNmYXyAT4ZhgNOUbXqU6XqcZCB%2FgzDEX%2BQGcoTHh9M%2F7bPDX6LyvXGWndVBgKo8iM3AhHZTXW%2FXGsUeCpuEmmDrc%2FHRRXTuOWKLq27z%2FRIrAKm13uv6di2IcOhCg%3D%3D--oAGo%2Bbytyz5DosZk--S1T8Dj1G5FVr3%2BCaZKqHwg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax",
    "_octo=GH1.1.1835668814.1636579384; Path=/; Domain=github.com; Expires=Thu, 10 Nov 2022 21:23:04 GMT; Secure; SameSite=Lax",
    "logged_in=no; Path=/; Domain=github.com; Expires=Thu, 10 Nov 2022 21:23:04 GMT; HttpOnly; Secure; SameSite=Lax"
  ],
  "content-length": "40",
  "x-github-request-id": "BE66:B82C:2198F65:236EED5:618C3838"
}
    at createHttpError (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:30:10)
    at ElectronHttpExecutor.handleResponse (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:143:9)
    at ClientRequest.<anonymous> (/tmp/.mount_lunarcyg9tlz/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:98:16)
    at ClientRequest.emit (events.js:315:20)
    at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:105:6816)
    at SimpleURLLoaderWrapper.emit (events.js:315:20)
(node:3853) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:3853) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
[3853:1110/222306.226992:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/Breakpoint ausgelöst

How can we contact you?

Kolpix#1391

Just a thought...

Couldn't you just add mirrors to your package lists to get what you want from apt? Apt is a package manager and at the mercy of what you have in your package lists.

Rayman 2 in pi-ware

Is this app installable with sudo apt install?
Hoping yes, but no
An app must have 4 core files to be added to pi-ware,

  • description.txt
  • install
  • uninstall
  • icon.png

OK

A tutorial on adding an app is availible on our wiki

If you've created a zip file for this app, upload it here.
Ok
Anything else we should know?

The engine is open source, I haven't tested it yet, but it may work. I think game is paid, and you have to have the copy

Its rayman 2!!!

And in archive.org exists a legal copy of the game
:D

No shop has discovered this before

What do u think

Try to add this to Pi-apps

What does this suggestion do to pi-ware?

This will grow the number of users that pi-ware has :)

Why should we add this?

More apps would be built to be to be in the pi-ware store for Raspberry Pi and it would benefit you guys with the more help of some of the contributors from pi-apps.

Automatic updates?

Hey can someone help with automatic updates? We just need to automate our current update script.

Add download meters

What does this suggestion do to pi-ware?
It helps people gauge what's popular and what do download, as well as telling app contributors if their app is popular.

This could be implemented similarly to RPI Imager's telemetry, where installing a app sends a signal to a website to increase download counts in a JSON file for a app, and remove counts upon uninstall.

quake 3 lite

Can this app run on RPi? If so, please provide a link to a tutorial if applicable.

yes , https://pimylifeup.com/raspberry-pi-quake-3/

Is this app something many GUI users would find useful?

yes i think people would probably be intrested in downloading this

Is this app installable with sudo apt install?

no

im not sure if it would be worth adding since its only a few terminal lines however it would make it easier for people using pi as a basic desktop and are unsure of how to use the terminal

also as i dont know much about bash i can put all the commands here however i wont really be able to compile them to something that is very functional

How to add an app to pi-ware

If you have any self made games/apps, submit them here and we will check them out!

Make sure to check our wiki on our core files: here

Pi-Ware doesn't install

What's your pi-ware version? (run cat $HOME/.local/share/pi-ware/version)
N/A
Pi-Ware Version: N/A

What's the bug you are experiencing?

Pi-Ware doesn't install.
I'm guessing it's because of missing dependencies, but I can't be sure as to what dependencies i need to install or extra steps i need to follow, because you didn't list them in the readme.

bash install install: line 4: /home/pi/pi-ware/func/api: No such file or directory failed to source /home/pi/pi-ware/func/api Installing pi-ware... Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting tk Using cached https://www.piwheels.org/simple/tk/tk-0.1.0-py3-none-any.whl (3.9 kB) Collecting screeninfo Using cached https://www.piwheels.org/simple/screeninfo/screeninfo-0.8-py3-none-any.whl (14 kB) Collecting ttkthemes Downloading ttkthemes-3.2.2.tar.gz (891 kB) |████████████████████████████████| 891 kB 510 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_0206b5aa066a4686958a83285a5da180/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_0206b5aa066a4686958a83285a5da180/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9_ns80i1 cwd: /tmp/pip-install-pj3zafne/ttkthemes_0206b5aa066a4686958a83285a5da180/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_0206b5aa066a4686958a83285a5da180/setup.py", line 7, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/fa/45/ab8ada55281af99a03bc0f8be53a502eb37ee34b94819a9ced89e8b0c12f/ttkthemes-3.2.2.tar.gz#sha256=01daed001f2ff0e4f32832a0d9ea48176c0c505203b030756bdde3bd1bcb21d2 (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-3.2.1.tar.gz (891 kB) |████████████████████████████████| 891 kB 144 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_5eb28e042cde4ffda655de5879136942/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_5eb28e042cde4ffda655de5879136942/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-d912w8co cwd: /tmp/pip-install-pj3zafne/ttkthemes_5eb28e042cde4ffda655de5879136942/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_5eb28e042cde4ffda655de5879136942/setup.py", line 7, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/c8/94/111d70ed15f7b15b2a71edb6236f860ddc8e138d54a8db5a1415a9395d16/ttkthemes-3.2.1.tar.gz#sha256=45298fabfb76e09152f2bc6267331c2752d7fe310e71fbc4ba285892157758bb (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-3.2.0.tar.gz (878 kB) |████████████████████████████████| 878 kB 37 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_0a2d7d0e1f3d42db9e78a469042551d2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_0a2d7d0e1f3d42db9e78a469042551d2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-e9ndgy1h cwd: /tmp/pip-install-pj3zafne/ttkthemes_0a2d7d0e1f3d42db9e78a469042551d2/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_0a2d7d0e1f3d42db9e78a469042551d2/setup.py", line 7, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/8b/22/66aa3cfa5b827779655f8ed461b6c8970ceee13160824a41c8f00dacb289/ttkthemes-3.2.0.tar.gz#sha256=c5a8f3377c2c3e9da53ed63d38dd0c015b3c8a524653be99c2f473c7057b3d69 (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-3.1.1.tar.gz (853 kB) |████████████████████████████████| 853 kB 25 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_2ad15221cfcb4610861fd27ae69b4adf/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_2ad15221cfcb4610861fd27ae69b4adf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-tlz2a7i4 cwd: /tmp/pip-install-pj3zafne/ttkthemes_2ad15221cfcb4610861fd27ae69b4adf/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_2ad15221cfcb4610861fd27ae69b4adf/setup.py", line 7, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/3c/51/b8eea7189b722453ca18179fa5f8636002b20ffabc05c80c478d2e4cd5d1/ttkthemes-3.1.1.tar.gz#sha256=711dd3e124b8bfe36c85fe5c444879d4d9b9e91e48588dea17ab8b8c0d96ea9c (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-3.1.0.tar.gz (829 kB) |████████████████████████████████| 829 kB 353 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_26411415584e453c9c2f217a9fbab2b1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_26411415584e453c9c2f217a9fbab2b1/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-v4z_7if3 cwd: /tmp/pip-install-pj3zafne/ttkthemes_26411415584e453c9c2f217a9fbab2b1/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_26411415584e453c9c2f217a9fbab2b1/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/ea/57/97f208d780bfc1e9f55d6e6881ff4fcd3fd99250ee02360ec441dc136aa6/ttkthemes-3.1.0.tar.gz#sha256=dff635b3479477542f634b8ebe4cdb10eeaf6fb783c330fb38124dd20c07e40a (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-3.0.0.tar.gz (809 kB) |████████████████████████████████| 809 kB 390 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_bea6abe4be094315b2ee20b2a7281ba9/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_bea6abe4be094315b2ee20b2a7281ba9/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-pedgo5xp cwd: /tmp/pip-install-pj3zafne/ttkthemes_bea6abe4be094315b2ee20b2a7281ba9/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_bea6abe4be094315b2ee20b2a7281ba9/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/cc/fe/04daca77eddd9988a78ac5ea7a0b867c9edf38d1a6e38fba88aab6f8476c/ttkthemes-3.0.0.tar.gz#sha256=178dec94b4e3342b0a6f4b2adfaf40de8016ba553b6fac0845cb55f4ad443a69 (from https://pypi.org/simple/ttkthemes/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-2.4.0.tar.gz (757 kB) |████████████████████████████████| 757 kB 24 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_fded5df5a08a454ca20884096175c3f3/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_fded5df5a08a454ca20884096175c3f3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-3ih1g5kf cwd: /tmp/pip-install-pj3zafne/ttkthemes_fded5df5a08a454ca20884096175c3f3/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_fded5df5a08a454ca20884096175c3f3/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/51/8e/296da0847a1e0a1d6ecbcc4a6f81cf5155c46400701ce64d42b88dbb6929/ttkthemes-2.4.0.tar.gz#sha256=96ae59de0674d4feedc1dca60fa8a3873440d387311c90c1ca620802faad77ea (from https://pypi.org/simple/ttkthemes/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-2.3.0.tar.gz (759 kB) |████████████████████████████████| 759 kB 166 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_8a79ca3835004d168ea50f9ff244cd50/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_8a79ca3835004d168ea50f9ff244cd50/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-d3f1787j cwd: /tmp/pip-install-pj3zafne/ttkthemes_8a79ca3835004d168ea50f9ff244cd50/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_8a79ca3835004d168ea50f9ff244cd50/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/ea/ea/6ffff3b933a19a1c371183bd0462804a769723734a82e9cd6928529bce38/ttkthemes-2.3.0.tar.gz#sha256=25a34cf1096bced33a3d8d9b8984f3cd2cdf9a0a07c25637b9738417098892d4 (from https://pypi.org/simple/ttkthemes/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-2.2.0.tar.gz (476 kB) |████████████████████████████████| 476 kB 298 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_630eaacfe73c42d2871e146fe872c911/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_630eaacfe73c42d2871e146fe872c911/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-2vh0k61o cwd: /tmp/pip-install-pj3zafne/ttkthemes_630eaacfe73c42d2871e146fe872c911/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_630eaacfe73c42d2871e146fe872c911/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/0f/7d/1426f2b7475d086fcedb18bbce051f3710701df50394aea93acc94ee447e/ttkthemes-2.2.0.tar.gz#sha256=4bd0742485dd7352df3f2aabc214ed55c59787330abfe345bfeced98ffb5c363 (from https://pypi.org/simple/ttkthemes/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-2.1.0.tar.gz (456 kB) |████████████████████████████████| 456 kB 137 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pj3zafne/ttkthemes_93f34d5472d14d1c9546e43bde169648/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pj3zafne/ttkthemes_93f34d5472d14d1c9546e43bde169648/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-_fuoe4xs cwd: /tmp/pip-install-pj3zafne/ttkthemes_93f34d5472d14d1c9546e43bde169648/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-pj3zafne/ttkthemes_93f34d5472d14d1c9546e43bde169648/setup.py", line 9, in <module> from tkinter import TkVersion ModuleNotFoundError: No module named 'tkinter' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/23/8c/8912e07624ff62c3e8da648996ea633d439f796854bdfd1f337e13fcac84/ttkthemes-2.1.0.tar.gz#sha256=2aa020daf2885c8de974274e50347242f86965b09bac292c4f6e98a09cf7a7ed (from https://pypi.org/simple/ttkthemes/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading ttkthemes-2.0.6.tar.gz (3.7 MB) |████████████████████████████████| 3.7 MB 355 kB/s Collecting pillow Downloading Pillow-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB) |████████████████████████████████| 4.3 MB 120 kB/s Building wheels for collected packages: ttkthemes Building wheel for ttkthemes (setup.py) ... done Created wheel for ttkthemes: filename=ttkthemes-2.0.6-cp39-cp39-linux_aarch64.whl size=4014617 sha256=a903bd49ac2aa509f5b5911b74672c18a867368c124bb3b3277d99ccead8f5bb Stored in directory: /root/.cache/pip/wheels/7b/3c/86/4a27aa7715f397e7ff0b27f2abbb81df9d62a269e6ed1cd903 Successfully built ttkthemes Installing collected packages: pillow, ttkthemes, tk, screeninfo Successfully installed pillow-9.1.0 screeninfo-0.8 tk-0.1.0 ttkthemes-2.0.6 mkdir: cannot create directory ‘’: No such file or directory mkdir: cannot create directory ‘’: No such file or directory install: line 13: cd: /home/pi/pi-ware: No such file or directory install: line 14: /version: Permission denied Creating a desktop entry for Pi-Ware... mkdir: cannot create directory ‘’: No such file or directory install: line 19: [: : integer expression expected install: line 32: /pi-ware.desktop: Permission denied Creating an auto updater for Pi-Ware... cp: cannot stat '/home/pi/pi-ware/func/term/pi-ware-term': No such file or directory chmod: cannot access '/usr/local/bin/pi-ware': No such file or directory Added pi-ware-commands to Terminal! Please restart terminal to apply changes. Your aarch type is: aarch64 install: line 81: /aarch: Permission denied Package manager is: apt install: line 88: /inst-pref: Permission denied Done! You can find Pi-Ware in Menu > Accessories > Pi-Ware.
After this there is nothing in Menu > Accessories > Pi-Ware

How can we contact you?
Through this github issue

EMAIL OR DISCORD
N/A

Banware

Yo Zach, your Discord client is 3rd party and thus violates their TOS. Either remove it or I'm reporting. You have one day.

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.