Hey Matt, I’m trying to reinstall nupic to follow along with the updated tutorials. I’ve downloaded the darwin zip for the py dependencies and moved those files in the site-packages folder to the system directory for 2.7 packages. Then I download the nupic master and tried to install but I got the following. I’m on Yosemite with Xcode 5.0.1 btw. I’d appreciate some help. I’ve been using an outdated nupic for a while now because it took me too long to get it running. I was hoping the new builds would go easier on me.
CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:107 (file): file Internal CMake error when trying to open file: /Users/Hajj/nupic/build/scripts/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp for writing. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:117 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:345 (project) CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:107 (file): file Internal CMake error when trying to open file: /Users/Hajj/nupic/build/scripts/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp for writing. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:117 (CMAKE_DETERMINE_COMPILER_ID_WRITE) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:39 (CMAKE_DETERMINE_COMPILER_ID_BUILD) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:345 (project) CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:529 (file): file Internal CMake error when trying to open file: /Users/Hajj/nupic/build/scripts/CMakeFiles/CMakeError.log for writing. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR) /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:103 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:345 (project) -- The CXX compiler identification is unknown CMake Error: Could not open file for write in copy operation /Users/Hajj/nupic/build/scripts/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake.tmp CMake Error: : System Error: Permission denied CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:170 (configure_file): configure_file Problem configuring file Call Stack (most recent call first): CMakeLists.txt:345 (project) CMake Error: Could not find cmake module file: /Users/Hajj/nupic/build/scripts/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake CMake Warning at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/Platform/Darwin.cmake:179 (message): Ignoring CMAKE_OSX_SYSROOT value: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk because the directory does not exist. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeSystemSpecificInformation.cmake:36 (include) CMakeLists.txt:345 (project) CMake Error at /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/Platform/Darwin.cmake:211 (message): CMAKE_OSX_DEPLOYMENT_TARGET is '10.10' but CMAKE_OSX_SYSROOT: "" is not set to a MacOSX SDK with a recognized version. Either set CMAKE_OSX_SYSROOT to a valid SDK or set CMAKE_OSX_DEPLOYMENT_TARGET to empty. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.0.2/share/cmake/Modules/CMakeSystemSpecificInformation.cmake:36 (include) CMakeLists.txt:345 (project) -- Configuring incomplete, errors occurred! See also "/Users/Hajj/nupic/build/scripts/CMakeFiles/CMakeOutput.log". CMake Error: Cannot open file for write: /Users/Hajj/nupic/build/scripts/CMakeCache.txt.tmp CMake Error: : System Error: Permission denied CMake Error: Unable to open cache file for save. /Users/Hajj/nupic/build/scripts/CMakeCache.txt CMake Error: : System Error: Permission denied Unable to generate build scripts!
