Closed GoogleCodeExporter closed 8 years ago
delete the file /usr/local/lib/python2.6/dist-packages/cpyrit/_cpyrit_opencl.so
to remove the opencl-plugin
Original comment by lukas.l...@gmail.com
on 25 Jan 2011 at 8:07
I started again, by removing the pyrit_svn files however i now have an issue
when i try to compile cpyrit_calpp:
sudo ./setup.py build
[sudo] password for middle:
unavailable enviroment variable ATISTREAMSDKROOT
Traceback (most recent call last):
File "./setup.py", line 35, in <module>
CALPP_INC_DIR = os.environ['ATISTREAMSDKROOT']
File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'ATISTREAMSDKROOT'
Thanks a lot!
Original comment by Keylogge...@gmail.com
on 25 Jan 2011 at 8:24
For environment variable to be visible in executed programs you must use export
keyword. So you need to type
export ATISTREAMSDKROOT=/directory_with_sdk
Original comment by hazema...@gmail.com
on 26 Jan 2011 at 11:28
Sorry me again, i am on a clean install of Ubuntu 10.10 and i decided to have a
go at getting cpyrit_call++ to work however i hit the same hurdle as before:
middle@The-Beast:~/Desktop/pyrit_svn/cpyrit_calpp$ echo $ATISTREAMSDKROOT
/ati-stream-sdk-v2.3-lnx32
middle@The-Beast:~/Desktop/pyrit_svn/cpyrit_calpp$ export
ATISTREAMSDKROOT=/ati-stream-sdk-v2.3-lnx32
middle@The-Beast:~/Desktop/pyrit_svn/cpyrit_calpp$ sudo ./setup.py build
unavailable enviroment variable ATISTREAMSDKROOT
Traceback (most recent call last):
File "./setup.py", line 35, in <module>
CALPP_INC_DIR = os.environ['ATISTREAMSDKROOT']
File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'ATISTREAMSDKROOT'
Any suggestions?
Original comment by Keylogge...@gmail.com
on 15 Feb 2011 at 10:56
su to root before exporting ATISTREAMSDKROOT
Original comment by lukas.l...@gmail.com
on 16 Feb 2011 at 7:23
I have installed everything correctly but i still get this problem, it is
driving me mad!
Does cal++ need to be version 0.8, not 0.9?
Original comment by Keylogge...@gmail.com
on 16 Feb 2011 at 3:30
Original issue reported on code.google.com by
Keylogge...@gmail.com
on 25 Jan 2011 at 5:59