Not sure about that. This works for me: sudo yum -y install git python-devel python-pip gcc gcc-c++ make automake libtool openssl-devel git clone https://github.com/numenta/nupic.git mkdir -p nta/eng echo " export NTA=$HOME/nta/eng export NUPIC=$HOME/nupic export BUILDDIR=/tmp/ntabuild export MK_JOBS=3 source $HOME/nupic/env.sh" >> ~/.bashrc source ~/.bashrc pip install --user -r $NUPIC/external/common/requirements.txt
On Thu, Jan 16, 2014 at 8:55 PM, Matthew Taylor <[email protected]> wrote: > Hey all. I'm trying to put together an installation guide for Fedora Linux > now. I'm running into an issue with the `python-devel` package. I've > installed it with: > > su -c 'yum install python-devel' > > But when I run `pip install --user -r > $NUPIC/externals/common/requirements.txt` I continue to get an about > python-devel missing. > > https://gist.github.com/rhyolight/8468600 > > Anyone have any ideas? > > Thanks, > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
