Skip to content
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

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

Open
eltopo71 opened this issue Jun 4, 2013 · 2 comments
Open

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

eltopo71 opened this issue Jun 4, 2013 · 2 comments

Comments

@eltopo71
Copy link

eltopo71 commented Jun 4, 2013

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
Copy link

gaory1 commented Jun 5, 2013

@inlanger
Copy link

Use "pip install pyserial" command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants