kmaork / pyinjector

Inject shared libraries into running processes
MIT License
86 stars 16 forks source link

"No module named pyinjector" #33

Open nickplj12 opened 4 months ago

nickplj12 commented 4 months ago

image The module fails to import even though it is installed. I'm not sure if this is a problem with my pip in some way? Any help is appreciated

kmaork commented 4 months ago

Try using python3 -m pip instead of pip to make sure you're using the right one