ojacques / SynthesiaKontrol

:musical_keyboard: Use Native Instruments Komplete Kontrol mk2 light guide in Synthesia
MIT License
110 stars 20 forks source link

-bash: pip: command not found #18

Closed basecrest closed 3 years ago

basecrest commented 4 years ago

Hello,

I'm following the steps and this is as far as i can go.

Mansfields-MacBook-Pro:~ Mansfield$ pip install hidapi -bash: pip: command not found

Any suggestions to finding a solution?

Thanks Nathan

ojacques commented 4 years ago

@basecrest - if you have Python3 installed (which is now required), you may have to use pip3 instead of pip. Let me update the doc.

basecrest commented 4 years ago

Hello Oliver, Thanks so much for sharing this project. I learn about adding 3 to the command line "python 3....

I'm presently trying to figure out the following at the install the KK Light Guide python files....

Mansfields-MacBook-Pro:KompleteKontrolLightGuide-master Mansfield$ python3 SynthesiaKontrol-MK1.py Traceback (most recent call last): File "SynthesiaKontrol-MK1.py", line 6, in from msvcrt import getch ModuleNotFoundError: No module named 'msvcrt'

ojacques commented 4 years ago

Thanks so much for sharing this project. I learn about adding 3 to the command line "python 3....

Congratulations on becoming a developer 🎉 🎈 ! bitmoji

(poor) joking aside, I don't know where you got the file SynthesiaKontrol-MK1.py. May I suggest that you download the latest, most up to date with this link?https://github.com/ojacques/SynthesiaKontrol/archive/master.zip

basecrest commented 4 years ago

Feeling great.....decoding the matrix next!! My apologies, it was only when you responded that i confirmed the source of the .py files i was working with. They were from another synthesia user whom made a custom led program. Ooops!! Many thanks. I got it to work repeatedly. I sped up my learning speed 100% upon first run through. Many Thanks Oliver