nbro

Results 51 comments of nbro

@sheepwxy Maybe later I will be pushing a fix to the code. Meanwhile, you can manually create a folder that will contain the scenario. Have a look at how the...

Still doesn't work even if I write as @Hackerpilot is suggesting. It does also not work if I set using the comma notation the flags under dcd server...

Ok, maybe now it started giving some signals of working (maybe I had just to restart intellij...), but not for the languages primitives, i.e. keywords. For example, I need to...

Same problem, but with different settings. Atom: 1.16.0 x64 OS: macOS 10.12.4 (Sierra) Here's the error dialog: and if I click on _Show Stack Trace_: > ReferenceError: mode is not...

I do not receive the error above if I do not indent the lines starting from the `import`.

I got a similar error to [the one described in the original issue](https://github.com/numenta/nupic/issues/2623#issue-109272689) by @hopper333, but on Mac OS X High Sierra (10.13.6), using `g++ (GCC) 6.3.1 20170510` (or `Apple...

I've just noticed that I'm getting this "segmentation fault 11" in several other cases (e.g. when simply importing `from nupic.encoders.scalar import *`), but I've still not understood what's causing it....

I installed NuPIC, on an Ubuntu 16.04 virtual machine, using Python 2.7.12. So far, I have not run into this issue. Later, I will try to install it on the...

I installed NuPIC on an empty virtual environment (apart from the default Python packages that are added automatically to the environment when you create it, i.e. `pip`, `setuptools` and `wheel`)....

I'm getting a similar error while trying to execute some code on Google Colab (which previously was running without any error, so I'm not really sure what changed or is...