pyFaceGraph icon indicating copy to clipboard operation
pyFaceGraph copied to clipboard

error: invalid command 'bdist_egg' when installing using pip on python 3.4

Open zoe-stockholm opened this issue 10 years ago • 0 comments

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

zoe-stockholm avatar Mar 30 '15 11:03 zoe-stockholm