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
Trying this on OS X 10.8 Developer Preview 2. Using the built-in python2.7. Andreas at pyopencl modified that code to install on 10.8 which it appears to do. I'm trying to then run 2/5/12 version of poclbm and am getting this error:
$ ./poclbm.py --user=xxx --pass=xxx -o bitcoinpool.com -p 8334
Traceback (most recent call last):
File "./poclbm.py", line 3, in
from BitcoinMiner import *
File "/Volumes/Hitachi/Downloads/m0mchil-poclbm-fa6915c/BitcoinMiner.py", line 11, in
import pyopencl as cl
File "/Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/init.py", line 4, in
import pyopencl._cl as _cl
ImportError: dlopen(/Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so, 2): Symbol not found: _clCreateProgramWithBuiltInKernels
Referenced from: /Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so
Any ideas how to fix it? thanks
The text was updated successfully, but these errors were encountered:
Trying this on OS X 10.8 Developer Preview 2. Using the built-in python2.7. Andreas at pyopencl modified that code to install on 10.8 which it appears to do. I'm trying to then run 2/5/12 version of poclbm and am getting this error:
$ ./poclbm.py --user=xxx --pass=xxx -o bitcoinpool.com -p 8334
Traceback (most recent call last):
File "./poclbm.py", line 3, in
from BitcoinMiner import *
File "/Volumes/Hitachi/Downloads/m0mchil-poclbm-fa6915c/BitcoinMiner.py", line 11, in
import pyopencl as cl
File "/Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/init.py", line 4, in
import pyopencl._cl as _cl
ImportError: dlopen(/Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so, 2): Symbol not found: _clCreateProgramWithBuiltInKernels
Referenced from: /Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/pyopencl-2011.2-py2.7-macosx-10.8-intel.egg/pyopencl/_cl.so
Any ideas how to fix it? thanks
The text was updated successfully, but these errors were encountered: