joycond-cemuhook
joycond-cemuhook copied to clipboard
Cannot install/run?
After running pip3 install git+https://github.com/joaorb64/joycond-cemuhook
I get the error below. Do you know what I'm doing wrong? I'm running PopOS with all the latest updates as of today.
Defaulting to user installation because normal site-packages is not writeable
WARNING: Ignoring invalid distribution -orch (/home/user/.local/lib/python3.10/site-packages)
WARNING: Ignoring invalid distribution -orch (/home/user/.local/lib/python3.10/site-packages)
Collecting git+https://github.com/joaorb64/joycond-cemuhook
Cloning https://github.com/joaorb64/joycond-cemuhook to /tmp/pip-req-build-r3sdeyos
Running command git clone --filter=blob:none --quiet https://github.com/joaorb64/joycond-cemuhook /tmp/pip-req-build-r3sdeyos
Resolved https://github.com/joaorb64/joycond-cemuhook to commit d488022d4392a24753f1bc203f1f6e286656910b
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (pyproject.toml) ... done
Created wheel for UNKNOWN: filename=UNKNOWN-0.0.1-py3-none-any.whl size=1803 sha256=7f156e7c31ee30a2f313f692f066f1f1bdb5a541bfb845fdc139a5c241fdbda3
Stored in directory: /tmp/pip-ephem-wheel-cache-dcv6y9la/wheels/76/bc/f0/160e1ccf38c1105ba4d4ec04cf1a0b6b7e91d3982db9398e88
Successfully built UNKNOWN
WARNING: Ignoring invalid distribution -orch (/home/user/.local/lib/python3.10/site-packages)
Installing collected packages: UNKNOWN
WARNING: Ignoring invalid distribution -orch (/home/user/.local/lib/python3.10/site-packages)
Successfully installed UNKNOWN-0.0.1
⋊> ~ joycond-cemuhook 22:13:29
joycond-cemuhook: command not found```
Hey, i had the same error, try this:
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install git+https://github.com/joaorb64/joycond-cemuhook
this worked for me