Last active
August 29, 2015 14:04
-
-
Save lithix-src/754fe07952e7700cb741 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking nupic | |
Using version 0.1.15 (newest of versions: 0.1.15, 0.1.14, 0.1.13, 0.1.10, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0) | |
Downloading from URL https://pypi.python.org/packages/source/n/nupic/nupic-0.1.15.tar.gz#md5=d2c883920c8dde50bed2aacad2ad3e65 (from https://pypi.python.org/simple/nupic/) | |
Running setup.py (path:/tmp/pip_build_root/nupic/setup.py) egg_info for package nupic | |
running egg_info | |
creating pip-egg-info/nupic.egg-info | |
writing pip-egg-info/nupic.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/nupic.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/nupic.egg-info/dependency_links.txt | |
writing manifest file 'pip-egg-info/nupic.egg-info/SOURCES.txt' | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'pip-egg-info/nupic.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '_*.dll' under directory 'nupic/bindings' | |
writing manifest file 'pip-egg-info/nupic.egg-info/SOURCES.txt' | |
Installing collected packages: nupic | |
Running setup.py install for nupic | |
-- The CXX compiler identification is GNU | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Checking platform... | |
-- Platform: linux64 | |
-- Platform-specific flags: | |
-- Libraries: -std=c++98 -lm -lpthread -ldl -lutil | |
-- CXX flags: -fPIC -DPIC -m64 | |
-- Debug flags: -g | |
-- LD flags: -Wl,--no-as-needed -static-libgcc | |
-- Python extension link flags: -pthread -shared | |
-- Python embedding link flags: -Wl,--export-dynamic | |
-- Checking software tools... | |
Python 2.7.3 | |
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): | |
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) (Required is at least | |
version "2.7") | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) | |
/usr/share/cmake-2.8/Modules/FindPythonLibs.cmake:108 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) | |
CMakeLists.txt:531 (find_package) | |
-- Configuring incomplete, errors occurred! | |
Unable to generate build scripts! | |
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/nupic/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-bHDcZA-record/install-record.txt --single-version-externally-managed --compile: | |
-- The CXX compiler identification is GNU | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Checking platform... | |
-- Platform: linux64 | |
-- Platform-specific flags: | |
-- Libraries: -std=c++98 -lm -lpthread -ldl -lutil | |
-- CXX flags: -fPIC -DPIC -m64 | |
-- Debug flags: -g | |
-- LD flags: -Wl,--no-as-needed -static-libgcc | |
-- Python extension link flags: -pthread -shared | |
-- Python embedding link flags: -Wl,--export-dynamic | |
-- Checking software tools... | |
Python 2.7.3 | |
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): | |
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) (Required is at least | |
version "2.7") | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) | |
/usr/share/cmake-2.8/Modules/FindPythonLibs.cmake:108 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) | |
CMakeLists.txt:531 (find_package) | |
-- Configuring incomplete, errors occurred! | |
Unable to generate build scripts! | |
---------------------------------------- | |
Cleaning up... | |
Removing temporary dir /tmp/pip_build_root... | |
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/nupic/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-bHDcZA-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/nupic | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py", line 122, in main | |
status = self.run(options, args) | |
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/commands/install.py", line 283, in run | |
requirement_set.install(install_options, global_options, root=options.root_path) | |
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1435, in install | |
requirement.install(install_options, global_options, *args, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 706, in install | |
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) | |
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/util.py", line 697, in call_subprocess | |
% (command_desc, proc.returncode, cwd)) | |
InstallationError: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/nupic/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-bHDcZA-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/nupic | |
Storing debug log for failure in /home/vagrant/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment