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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: