respeaker / get_started_with_respeaker

This is the wiki of ReSpeaker Core V2, ReSpeaker Core and ReSpeaker Mic Array.
260 stars 83 forks source link

Install mycroft #185

Closed mstormi closed 6 years ago

mstormi commented 6 years ago

I'm somewhat lost with your wiki tutorials.

There's two major problems with them:

Now specifically on the mycroft installation doc:

Finally, my problem is caused by this virtualenv thing:

-bash: /root/env/bin/python: cannot execute binary file: Exec format error
(env) root@mycroft:~# python
-bash: /root/env/bin/python: cannot execute binary file: Exec format error
(env) root@mycroft:~# which python
/root/env/bin/python
(env) root@mycroft:~#
(env) root@mycroft:~# su - pi
pi@mycroft:~/mycroft-core $ python mycroft_on_respeaker.py
Traceback (most recent call last):
  File "mycroft_on_respeaker.py", line 7, in <module>
    from respeaker import Microphone, Player
ImportError: No module named respeaker
pi@mycroft:~/mycroft-core $
xiongyihui commented 6 years ago

The wiki is for respeaker core based on mt7688, not for rapsberry pi. If you are using raspberry pi, use mycroft's doc to install it.