Or try pyenv to manage multiple python installs.
On Thu, Aug 8, 2013 at 9:00 AM, David Ragazzi <[email protected]>wrote: > Hi Ralph, > > You can use 2.6. > > According to Kevin suggestion, you should use in your shell: > export VERSIONER_PYTHON_VERSION=2.6 > > in order to avoid removal of 2.7. > > David > > > On 8 August 2013 12:38, Ralph Dratman <[email protected]> wrote: > >> I will be happy to switch to py26 (or any other version) if that is the >> correct choice. >> >> Thank you. >> >> Ralph >> >> >> On Thu, Aug 8, 2013 at 11:32 AM, Matthew Taylor <[email protected]> wrote: >> >>> Marek is talking about these: >>> >>> https://github.com/numenta/nupic/pull/154 >>> https://issues.numenta.org/browse/NPC-121 >>> >>> We're working on supporting Python 2.7. >>> >>> --------- >>> Matt Taylor >>> OS Community Flag-Bearer >>> Numenta >>> >>> >>> On Thu, Aug 8, 2013 at 8:12 AM, Marek Otahal <[email protected]>wrote: >>> >>>> Hi, >>>> have you built the project with python2.7? Are you running py27? See PR >>>> and JIRA bugs for that.. >>>> >>>> >>>> On Thu, Aug 8, 2013 at 4:20 PM, Ralph Dratman >>>> <[email protected]>wrote: >>>> >>>>> After build on OS X 10.8.4, I get most tests passing but there is the >>>>> following error message: >>>>> >>>>> $ $NTA/bin/htmtest >>>>> Creating network... >>>>> Region count is 0 >>>>> Adding a FDRNode region... >>>>> Region count is 1 >>>>> Node type: TestNode >>>>> Nodespec is: >>>>> Spec: >>>>> Description: >>>>> >>>>> >>>>> Parameters: >>>>> int32Param >>>>> description: Int32 scalar parameter >>>>> type: Int32 >>>>> count: 1 >>>>> uint32Param >>>>> description: UInt32 scalar parameter >>>>> type: UInt32 >>>>> count: 1 >>>>> int64Param >>>>> description: Int64 scalar parameter >>>>> type: Int64 >>>>> count: 1 >>>>> uint64Param >>>>> description: UInt64 scalar parameter >>>>> type: UInt64 >>>>> count: 1 >>>>> real32Param >>>>> description: Real32 scalar parameter >>>>> type: Real32 >>>>> count: 1 >>>>> real64Param >>>>> description: Real64 scalar parameter >>>>> type: Real64 >>>>> count: 1 >>>>> real32ArrayParam >>>>> description: int32 array parameter >>>>> type: Real32 >>>>> count: 0 >>>>> int64ArrayParam >>>>> description: int64 array parameter >>>>> type: Int64 >>>>> count: 0 >>>>> computeCallback >>>>> description: address of a function that is called at every >>>>> compute() >>>>> type: Handle >>>>> count: 1 >>>>> stringParam >>>>> description: string parameter >>>>> type: Byte >>>>> count: 0 >>>>> unclonedParam >>>>> description: has a separate value for each node >>>>> type: UInt32 >>>>> count: 1 >>>>> shouldCloneParam >>>>> description: whether possiblyUnclonedParam should clone >>>>> type: UInt32 >>>>> count: 1 >>>>> possiblyUnclonedParam >>>>> description: cloned if shouldCloneParam is true >>>>> type: UInt32 >>>>> count: 1 >>>>> unclonedInt64ArrayParam >>>>> description: has a separate array for each node >>>>> type: Int64 >>>>> count: 0 >>>>> Inputs: >>>>> bottomUpIn >>>>> Outputs: >>>>> bottomUpOut >>>>> Commands: >>>>> >>>>> Adding a PyNode region... >>>>> ImportError: numpy.core.multiarray failed to import >>>>> ERROR: Matching Python module for py.TestNode not found. >>>>> [/Users/rd/devel/nupic-master/nta/engine/RegionImplFactory.cpp line 459] >>>>> Exception: Matching Python module for py.TestNode not found. at: >>>>> /Users/rd/devel/nupic-master/nta/engine/RegionImplFactory.cpp:459 >>>>> >>>>> Can anyone comment? >>>>> >>>>> Thank you. >>>>> >>>>> Ralph >>>>> >>>>> _______________________________________________ >>>>> nupic mailing list >>>>> [email protected] >>>>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>>>> >>>>> >>>> >>>> >>>> -- >>>> Marek Otahal :o) >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >> >> _______________________________________________ >> 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 > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
