
-
Re: SteelScript Installation Errors
Mike Garabedian Nov 12, 2014 10:11 AM (in response to Jamie Lozan)Hi Jamie,
Can you verify that the python development toolset has been installed?
> sudo yum install python-devel
Also try installing the appfwk package directly, and perhaps some better error messages will appear:
(venv)> pip install steelscript.appfwk
Thanks,
Mike
-
Re: SteelScript Installation Errors
Jamie Lozan Nov 12, 2014 10:15 AM (in response to Mike Garabedian)Hi there, yes, Pete Schnoor had us try this also, here was the result:
[root@lcaspnasv01 ~]# yum -y install python-devel
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package python-devel-2.6.6-37.el6_4.x86_64 already installed and latest version
Nothing to do
I will try the steelscript.appfwk directly and let you know the result.
Thank you.
-
Re: SteelScript Installation Errors
Jamie Lozan Nov 12, 2014 10:24 AM (in response to Mike Garabedian)result of running pip install steelscript.appfwk
building 'pandas._testing' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rvbd/steelscript/venv/lib/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c pandas/src/testing.c -o build/temp.linux-x86_64-2.6/pandas/src/testing.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/pandas/src/testing.o -L/usr/lib64 -lm -lpython2.6 -o build/lib.linux-x86_64-2.6/pandas/_testing.so
building 'pandas.msgpack' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -Ipandas/src/klib -Ipandas/src -I/opt/rvbd/steelscript/venv/lib/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c pandas/msgpack.cpp -o build/temp.linux-x86_64-2.6/pandas/msgpack.o
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
error: command 'gcc' failed with exit status 1
-
Re: SteelScript Installation Errors
Mike Garabedian Nov 12, 2014 10:32 AM (in response to Jamie Lozan)Can you also verify that the package "gcc-c++" is installed as well? I would think that "python-devel" would take care of that but perhaps not.
-
Re: SteelScript Installation Errors
Jamie Lozan Nov 12, 2014 11:00 AM (in response to Mike Garabedian)[root@lcaspnasv01 ~]# rpm -qa|grep -i gcc
libgcc-4.4.7-3.el6.x86_64
compat-gcc-34-3.4.6-19.el6.x86_64
compat-gcc-34-c++-3.4.6-19.el6.x86_64
gcc-4.4.7-3.el6.x86_64
libgcc-4.4.7-3.el6.i686
looks like the compat-gcc pakcage and compat-gcc++ are installed
just to verify...
[root@lcaspnasv01 ~]# yum -y install compat-gcc-34-c++-3.4.6-19.el6.x86_64
Loaded plugins: rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
staples-current-x86_64-server-6-base | 871 B 00:00
Setting up Install Process
Package compat-gcc-34-c++-3.4.6-19.el6.x86_64 already installed and latest version
Nothing to do
I tried to install it again and it is up-to-date
-
Re: SteelScript Installation Errors
Mike Garabedian Nov 12, 2014 12:00 PM (in response to Jamie Lozan)I think the actual "gcc-c++" package is separate from the compat-* packages, can you try installing it directly?
-
Re: SteelScript Installation Errors
Jamie Lozan Nov 12, 2014 12:19 PM (in response to Mike Garabedian)That did it, thanks as always Mike!
-
-
-
-
-