-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pls help me to fix it. #72
Comments
I think this error is generated when you are missing the pyserial python module. You can get the module from here. https://pypi.python.org/pypi/pyserial |
Dear John 👍 25/04/2013 02:00:11, started OpenCL miner on platform 0, device 1 (ATI Radeon Cypress PRO Prototype) http://127.0.0.1:9332 25/04/2013 02:00:11, no response to getwork, using as stratum |
It would appear that you are missing many python related dependencies. I have not worked out a module list for python 2.7 yet. Here is a dump from my python 2.6 easy_install script. Change easy_install-2.6 to easy_install-2.7 and it should be ready for your version of Python. If easy_install complains that the module can not be found, just remove it from the list and re-run the easy_install script command. It will skip over the modules already installed. here is my python 2.6 module list. Once all of the python modules are installed, all of your mining apps should function correctly or at least function correctly after being recompiled once these modules are installed. easy_install-2.6 |
I just finished my first run on installing modules under python 2.7. I had to remove many modules that were found under 2.6 but not found under 2.7. I have not verified if this satisfies all of the dependency requirements for Bitcoin mining but if anything it should bring you much closer to a working solution. easy_install-2.7 |
Another thing to mention is this. When you launch the poclbm.py, you need to actually be 'IN' that directory or otherwise it will fail to locate files such as phatk.cl, for example. |
Please change the title to something meaningful and use markdown correctly! |
This is my problem when I turn on poclbm.ph . pls help me. thanks
localhost:~ supreme$ /Users/supreme/poclbm/poclbm.py -d 1 http://[email protected]:[email protected]:8332
Traceback (most recent call last):
File "/Users/supreme/poclbm/poclbm.py", line 86, in
import BFLMiner
File "/Users/supreme/poclbm/BFLMiner.py", line 5, in
from serial.serialutil import SerialException
The text was updated successfully, but these errors were encountered: