m0mchil / poclbm

PyOpenCL bitcoin miner
Other
681 stars 387 forks source link

Error running poclbm.py; "No module named serial.serialutil" #77

Open eltopo71 opened 11 years ago

eltopo71 commented 11 years ago

As the title says, when I try running poclbm it fails early in the startup with this error message:


Traceback (most recent call last): File "./poclbm.py", line 86, in import BFLMiner File "/home/tony/poclbm/BFLMiner.py", line 5, in from serial.serialutil import SerialException ImportError: No module named serial.serialutil


This is in Lubuntu 13.04. I noticed that this distro uses Python 3 whereas most use 2, could that be the issue?

gaory1 commented 11 years ago

install this: https://pypi.python.org/packages/source/p/pyserial/pyserial-2.6.tar.gz

inlanger commented 10 years ago

Use "pip install pyserial" command