Hi, I'm new and I want to learn about NUPIC and tried to run the following
example I saw on the website NUPIC, but got the following error:
ubuntu@ubuntu-VirtualBox:~/nupic/sine-tutorial$ $NUPIC/scripts/run_swarm.py
/home/ubuntu/nupic/sine-tutorial/search_def.json --maxWorkers=8
Traceback (most recent call last):
File "/home/ubuntu/nupic/scripts/run_swarm.py", line 187, in <module>
runPermutations(sys.argv[1:])
File "/home/ubuntu/nupic/scripts/run_swarm.py", line 178, in runPermutations
fileArgPath, optionsDict, outputLabel, permWorkDir)
File
"/home/ubuntu/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py",
line 305, in runWithJsonFile
expJsonConfig = json.loads(jsonFile.read())
File
"/home/ubuntu/.local/lib/python2.7/site-packages/nupic/swarming/object_json.py",
line 163, in loads
json.loads(s, object_hook=objectDecoderHook, **kwargs))
File "/usr/lib/python2.7/json/__init__.py", line 351, in loads
return cls(encoding=encoding, **kw).decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting , delimiter: line 6 column 7 (char 91)
Please, somebody can help me
Regards,
Roberto