vyvir / althea

althea sideloads applications on iOS/iPadOS!
GNU Affero General Public License v3.0
175 stars 23 forks source link

Doesn't do anything in Arch #6

Closed MrArdillo closed 3 months ago

MrArdillo commented 1 year ago

With all dependencies installed it doesn't install the store

fucksophie commented 1 year ago

I'm going to need more information.

petejones7 commented 1 year ago

I can confirm this issue as well. All dependencies listed are installed.

running python3 main.py gives:

Traceback (most recent call last): File "/home/user/AltLinux/main.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'

petejones7 commented 1 year ago

Running "pip install requests" solves that issue and the splash screen appears, but never connects to anisette server.

vyvir commented 3 months ago

Hi! Try the latest version of AltLinux and report if the issue still persists.

MrArdillo commented 3 months ago

Hi! No, its fixed with the last version apparently. Thanks!