pyFaceGraph
pyFaceGraph copied to clipboard
error: invalid command 'bdist_egg' when installing using pip on python 3.4
Hi there, I get this error while installing on python 3.4 using pip:
error: invalid command 'bdist_egg'
Commenting out this line fixed it for me:
from distribute_setup import use_setuptools; use_setuptools()
If you would like i can create a pull request.
https://github.com/britny/pyFaceGraph/commit/b21c8b981a1a6ee6e687baaea34d5602eb493cd7