
Error When Run On MacOS
TheKidThatCodes opened this issue · 6 comments
I installed JEP with pip3.10 and was struggling to get JsMacros to find it
when it did, i got that error when I tried to use it
ImportError: cannot import name 'java_import_hook' from 'jep' (unknown location)
at ‹module› (<string> 1:?)
This message appears in chat when the receive chat message (or whatever that is) is triggered and goes to a python script that just logs 'sus' to the chat
did you install jep to a venv or something? it looks like it can't find the python-side pip install
do I need to install it as sudo?
would sudo pipin jep
work?
( alias pipin=“pip install”
is in my zshrc)
Ok I fixed it I just didn’t direct it to the one in the system install of jep