Import Errors
try reinstalling using
pip install social_interaction_cloud
.check that the pip version corresponds to your Python version (if you have both Python 2 and 3 installed on your machine, you may need to run
pip3
instead ofpip
if you installed the SIC package in a Python environment, check that the environment is activated
if you’re running the script from an IDE, check that the Python path in your IDE is the same as the one pip used
if you’re running the script from the terminal, check that you don’t have multiple Python versions (e.g.: 3.8 and 3.9). If you do, check again that you are running the script with the Python version corresponding to the pip installation path
Cannot start Choregraphe after installation on Linux
Please refer to this page.
“no hardware interface” error when running the devices .jar
drivers on the Linux Subsystem for Windows
Install everything on Windows instead of using the Linux subsystem.
Cannot find espeak
in /usr/local/bin
on Mac M1 chips when installed with homebrew
Create a symbolic link to the actual path of espeak
with ln -s /opt/homebrew/bin/brew/espeak /usr/local/bin/espeak
. It appears that homebrew
installs its apps on M1 chips under /opt/homebrew/bin/brew
instead of /usr/local/bin
.