You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spent several hours trying to install copperhead on my iMac - I've fixed about 5 issues by finding answers on websites but I got to this point and I'm stumped... can anyone help?
Thanks in advance!
Greg
ECSMacAugust1:copperhead-master user$ python setup.py install
Extracting in /var/folders/bm/l_yhcr911wv7_tf_ywk2h2mh0000gn/T/tmpvYVBP5
Now working in /var/folders/bm/l_yhcr911wv7_tf_ywk2h2mh0000gn/T/tmpvYVBP5/distribute-0.6.4
Building a Distribute egg in /Users/user/Downloads/copperhead-master
/Users/user/Downloads/copperhead-master/setuptools-0.6c9-py2.7.egg-info already exists
scons: Reading SConscript files ...
Vendor: Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 29 days
Vendor: Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 29 days
Checking /usr/local/bin/g++-5 version... (cached) 5.1.0
Checking nvcc version... (cached) 7.0
Checking for C++ library cudart... (cached) yes
Checking for C++ library python2.7... (cached) yes
Checking for C++ library boost_python... (cached) yes
Checking for C++ header file thrust/host_vector.h... (cached) yes
Checking Thrust version...(cached) 1.8.1
Checking for C++ header file tbb/tbb.h... (cached) yes
Checking for C++ library tbb... (cached) yes
********************* BACKEND SUPPORT *********************
CUDA backend: True
OpenMP backend: True
TBB backend: True
scons: warning: Ignoring missing SConscript 'backend/build/SConscript'
File "/Users/user/Downloads/copperhead-master/SConstruct", line 291, in
scons: done reading SConscript files.
scons: Building targets ...
/usr/local/bin/g++-5 -o stage/copperhead/compiler/backendcompiler.os -c -O2 -Wall -O3 -std=c++0x -Wall -fPIC -DCUDA_SUPPORT -DOMP_SUPPORT -DTBB_SUPPORT -I/usr/local/Cellar/boost/1.58.0/include/boost/numeric/odeint/external -I/usr/local/cuda/include -I/usr/local/Cellar/boost/1.58.0/include -I/usr/local/Cellar/tbb/4.3-20150611/include -Ibackend/inc -I/Users/user/anaconda/include/python2.7 -I/usr/local/Cellar/boost/1.58.0/include src/copperhead/compiler/backendcompiler.cpp
src/copperhead/compiler/backendcompiler.cpp:3:24: fatal error: compiler.hpp: No such file or directory
compilation terminated.
scons: *** [stage/copperhead/compiler/backendcompiler.os] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
File "setup.py", line 40, in
raise CompileError("Error while building Python Extensions")
distutils.errors.CompileError: Error while building Python Extensions
The text was updated successfully, but these errors were encountered:
gregjfisher
changed the title
installation:
installation: "scons: *** [stage/copperhead/compiler/backendcompiler.os] Error 1"
Jun 26, 2015
Hi guys,
I've spent several hours trying to install copperhead on my iMac - I've fixed about 5 issues by finding answers on websites but I got to this point and I'm stumped... can anyone help?
Thanks in advance!
Greg
ECSMacAugust1:copperhead-master user$ python setup.py install
Extracting in /var/folders/bm/l_yhcr911wv7_tf_ywk2h2mh0000gn/T/tmpvYVBP5
Now working in /var/folders/bm/l_yhcr911wv7_tf_ywk2h2mh0000gn/T/tmpvYVBP5/distribute-0.6.4
Building a Distribute egg in /Users/user/Downloads/copperhead-master
/Users/user/Downloads/copperhead-master/setuptools-0.6c9-py2.7.egg-info already exists
scons: Reading SConscript files ...
Vendor: Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 29 days
Vendor: Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 29 days
Checking /usr/local/bin/g++-5 version... (cached) 5.1.0
Checking nvcc version... (cached) 7.0
Checking for C++ library cudart... (cached) yes
Checking for C++ library python2.7... (cached) yes
Checking for C++ library boost_python... (cached) yes
Checking for C++ header file thrust/host_vector.h... (cached) yes
Checking Thrust version...(cached) 1.8.1
Checking for C++ header file tbb/tbb.h... (cached) yes
Checking for C++ library tbb... (cached) yes
********************* BACKEND SUPPORT *********************
CUDA backend: True
OpenMP backend: True
TBB backend: True
scons: warning: Ignoring missing SConscript 'backend/build/SConscript'
File "/Users/user/Downloads/copperhead-master/SConstruct", line 291, in
scons: done reading SConscript files.
scons: Building targets ...
/usr/local/bin/g++-5 -o stage/copperhead/compiler/backendcompiler.os -c -O2 -Wall -O3 -std=c++0x -Wall -fPIC -DCUDA_SUPPORT -DOMP_SUPPORT -DTBB_SUPPORT -I/usr/local/Cellar/boost/1.58.0/include/boost/numeric/odeint/external -I/usr/local/cuda/include -I/usr/local/Cellar/boost/1.58.0/include -I/usr/local/Cellar/tbb/4.3-20150611/include -Ibackend/inc -I/Users/user/anaconda/include/python2.7 -I/usr/local/Cellar/boost/1.58.0/include src/copperhead/compiler/backendcompiler.cpp
src/copperhead/compiler/backendcompiler.cpp:3:24: fatal error: compiler.hpp: No such file or directory
compilation terminated.
scons: *** [stage/copperhead/compiler/backendcompiler.os] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
File "setup.py", line 40, in
raise CompileError("Error while building Python Extensions")
distutils.errors.CompileError: Error while building Python Extensions
The text was updated successfully, but these errors were encountered: