hi, who knows how I can install “nupic” in the “envPython3” on ubuntu 17 ?
I need to combine a few framework and I’m using conda-anaconda & python, so I have installed “opencv” and “tensorflow” on the “envPython3” using the commands below"
$ conda create --name=envPython3 python=3 anaconda
$ source activate envPython3
but I could not install NUPIC using “pip install nupic” when I was activated the conda environment by command below:
$ source activate envPython3
can anyone let me know if there is any solution please?