Hi Richard, Thanks a lot for quick response. I am able to execute that statement without errors. Now, I get different error when import SWARM_DESCRIPTION
[cid:[email protected]] Based on the some of the threads, I maintained the variable NUPIC with value . What else I need to execute this statement ? [cid:[email protected]] Thanks, Phani From: nupic [mailto:[email protected]] On Behalf Of Richard Crowder Sent: Wednesday, March 02, 2016 12:32 PM To: Chittavajhula, Phanindra (MRO) <[email protected]> Subject: [External] Re: USER Variable issue when running Swarm.py Beware of links/attachments. Hi Phani, You need to set a 'USER' environment variable to ecn There are a few ways you can do this on Windows 7, one example is shown here [1]. Another way is to use the following setx command in a cmd window [2]; setx USER ecn If you use the setx method you need to; run the setx command, exit the cmd window, then restart the cmd window for the variable to be available. Also restart any applications you might use such as PyCharm. Regards, Richard. 1 http://viralpatel.net/blogs/windows-7-set-environment-variable-without-admin-access/ 2 https://technet.microsoft.com/en-gb/library/cc755104.aspx On Wed, Mar 2, 2016 at 6:06 PM, Chittavajhula, Phanindra (MRO) <[email protected]<mailto:[email protected]>> wrote: Hi All, I am trying to run the Swarm.py part of Hot gym tutorial. When I am trying to run “from nupic.swarming import permutations_runner” I get following error [cid:[email protected]] Can you please advise ? Background : I am using Windows 7 and Python 2.7. I have also installed enthought canopy and using the same for running all the scripts. Once we are able to run the tutorial successfully, we want to run these algorithms on our data (I understand that statement I am executing is calling configuration_base.py file and looking for user variable. However, I am not clear how to set this up ?) Thanks, Phani
