I understand that python3 fabric is not recommended for this tutorial, and maybe this is meant for fabric not here. However, I thought someone would be kind enough to help. When I execute the following command: "fab deploy:host=<MY_USER>@
dev.joshwiegand.com" I get the following errors...
Traceback (most recent call last):
File "/home/josh/.venvs/tdd/bin/fab", line 9, in <module>
load_entry_point('Fabric==1.9.0', 'console_scripts', 'fab')()
File "/home/josh/.venvs/tdd/lib/python3.4/site-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/josh/.venvs/tdd/lib/python3.4/site-packages/pkg_resources.py", line 2431, in load_entry_point
return ep.load()
File "/home/josh/.venvs/tdd/lib/python3.4/site-packages/pkg_resources.py", line 2147, in load
['__name__'])
File "/home/josh/.venvs/tdd/lib/python3.4/site-packages/fabric/main.py", line 12, in <module>
from operator import isMappingType
ImportError: cannot import name 'isMappingType'
If anyone is willing to help with this it would be much appreciated. I would prefer python3 to python2 and it could help fabric with their errors.
Finally, I have completed chapter 9 with python2 fabric, but it is not as fun. :-) Thanks for anyone willing to help.