-
Notifications
You must be signed in to change notification settings - Fork 24
Issue importing PyVantagePro #5
Description
Hi,
I am having an issue importing the PyVantagePro module into anaconda Spyder. Anaconda version is 1.9.6 and Spyder version is 3.3.3. I get the following error when I run import pyvantagepro:
Traceback (most recent call last):
File "", line 1, in
import pyvantagepro
File "/Users/declanwrynn/anaconda3/lib/python3.6/site-packages/pyvantagepro/init.py", line 13, in
from .logger import LOGGER, active_logger
File "/Users/declanwrynn/anaconda3/lib/python3.6/site-packages/pyvantagepro/logger.py", line 14, in
from .compat import NullHandler
File "/Users/declanwrynn/anaconda3/lib/python3.6/site-packages/pyvantagepro/compat.py", line 91, in
stdout = sys.stdout.buffer
AttributeError: 'OutStream' object has no attribute 'buffer'
Any help you can give me would be greatly appreciated as I am new to programming in python.
Regards
Declan