justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
GNU General Public License v3.0
291 stars 20 forks source link

python files can not executing #32

Closed AnimeWaifuGirl closed 8 months ago

AnimeWaifuGirl commented 1 year ago

i get by any pythion script this message

python ./jerrydiscordpresence.py Traceback (most recent call last): File "/home/jan/jerry/./jerrydiscordpresence.py", line 6, in import httpx ModuleNotFoundError: No module named 'httpx'

justchokingaround commented 1 year ago

pip install httpx pypresence

AnimeWaifuGirl commented 1 year ago

pipx: error: unrecognized arguments: pypresence

nope i got the same error after i installed httpx over pipx!

yes i can't use python-pip while environment

AnimeWaifuGirl commented 1 year ago

if you asked wich linux and environment i use! distro: Arch Linux virtual environment: FluxBox

justchokingaround commented 1 year ago

\pip install --break-system-packages httpx pypresence

ure not supposed to use pipx for this

AnimeWaifuGirl commented 1 year ago

now i got this error after the installation over pip was successfully!

[jan@archlinux jerry]$ ./jerrydiscordpresence.py Traceback (most recent call last): File "/home/jan/jerry/./jerrydiscordpresence.py", line 17, in ( ValueError: not enough values to unpack (expected at least 7, got 1)

justchokingaround commented 1 year ago

ure supposed to use jerry itself not the python script, jerry will automatically send the necessary args to the python script

justchokingaround commented 8 months ago

closing due to inactivity