Hi all,
Trying to get my first rig going.
Fresh 11.04 install.
Followed every step of the guide, without any errors, but I'm getting this error for poclbm
$ ./poclbm.py
Traceback (most recent call last):
File "./poclbm.py", line 47, in
platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
and this one on phoenix:
$ ./phoenix.py
Traceback (most recent call last):
File "./phoenix.py", line 29, in
import minerutil
File "/media/meerkat/phoenix/minerutil/__init__.py", line 25, in
from RPCProtocol import RPCClient
File "/media/meerkat/phoenix/minerutil/RPCProtocol.py", line 26, in
from twisted.web.iweb import IBodyProducer
ImportError: No module named web.iweb
I'm sure they are related. I've browsed this thread but haven't found a solution. Would appreciate any help. This is with the 2.1 sdk.
Edit: I noticed that most of the instructions ask for 11.04 desktop, I used server, so I'm going to reinstall and try again with a clean desktop install. It would be great to get this working with the -server versions for folks who are planning to run headless.