I have python 3.6.2 (64-bit) and pip 9.0.1
Whenever I run
pip install route53-transfer
I get the error:
Command "python setup.py egg_info" failed with error code 1 in [AppData PATH]\pip-build-9jlz3n0x\boto\
The syntax error above seems to be pointing to a file named config.py, and the line:
I've tried everything I could find online to fix pip, but I get the feeling the problem is with this package on a newer version of Python. I'm pretty new to Python, though, so there's only so far I can trouble shoot before it's more worth it for me to just add the DNS records manually!
Thanks.
I have python 3.6.2 (64-bit) and pip 9.0.1
Whenever I run
I get the error:
The syntax error above seems to be pointing to a file named
config.py, and the line:I've tried everything I could find online to fix pip, but I get the feeling the problem is with this package on a newer version of Python. I'm pretty new to Python, though, so there's only so far I can trouble shoot before it's more worth it for me to just add the DNS records manually!
Thanks.