<div dir="ltr"><div>Hello,</div><div><br></div><div>I didn't know whom to contact regarding this or where to post this, hence am putting this up here.</div><div><br></div><div>I was following the steps to set up Music Blocks on my local system from <a href="https://github.com/sugarlabs/musicblocks#how-to-set-up-a-local-server">here</a>. But after I cloned the repository, changed my directory to 'musicblocks', and ran 'npm run serve', I get the following error:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>> musicblocks@3.2.0 serve /home/me/SUGAR/musicblocks<br>> python -c "import os, sys; os.system('python -m SimpleHTTPServer 3000 --bind 127.0.0.1') if sys.version_info.major==2 else os.system('python -m http.server 3000 --bind 127.0.0.1');"<br><br>sh: 1: python: not found<br>npm ERR! code ELIFECYCLE<br>npm ERR! syscall spawn<br>npm ERR! file sh<br>npm ERR! errno ENOENT<br>npm ERR! musicblocks@3.2.0 serve: `python -c "import os, sys; os.system('python -m SimpleHTTPServer 3000 --bind 127.0.0.1') if sys.version_info.major==2 else os.system('python -m http.server 3000 --bind 127.0.0.1');"`<br>npm ERR! spawn ENOENT<br>npm ERR! <br>npm ERR! Failed at the musicblocks@3.2.0 serve script.<br>npm ERR! This is probably not a problem with npm. There is likely additional logging output above.<br><br>npm ERR! A complete log of this run can be found in:<br>npm ERR!     /home/me/.npm/_logs/2020-09-28T04_33_00_096Z-debug.log<br></div></blockquote><div><br></div><div>I have npm(version 6.14.4), node(version v10.19.0), and python installed on my Ubuntu system, and I can run 'python' from the command line. The complete error log as defined in the last line above can be found <a href="https://gist.github.com/shrey27tri01/800bcc8362eb1929aa56968fbfaa606d">here</a>.</div><div><br></div><div>Please help me out here.</div><div><br></div><div>Thanks,</div><div>Shrey<br></div></div>