Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install/run? #78

Open
outpoints opened this issue Feb 23, 2023 · 1 comment
Open

Cannot install/run? #78

outpoints opened this issue Feb 23, 2023 · 1 comment

Comments

@outpoints
Copy link

outpoints commented Feb 23, 2023

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```
@Joewawaw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants