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]> 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 > > > > > > 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 >
