pip install evolve fails.
Geoff Crompton
geoff+evolvemaillist at cromp.id.au
Mon Oct 9 22:03:04 UTC 2017
When I try to install hg-evolve, I get an error:
air14-14:~ geoffc$ pip install --user hg-evolve
Collecting hg-evolve
Using cached hg-evolve-6.7.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-s5zqf89s/hg-evolve/setup.py",
line 35, in <module>
version=get_version(),
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-s5zqf89s/hg-evolve/setup.py",
line 15, in get_version
return get_metadata()['__version__']
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-s5zqf89s/hg-evolve/setup.py",
line 10, in get_metadata
execfile(fullpath, meta)
NameError: name 'execfile' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-s5zqf89s/hg-evolve/
air14-14:~ geoffc$ pip install hg-evolve
Collecting hg-evolve
Using cached hg-evolve-6.7.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-_8_0jx_a/hg-evolve/setup.py",
line 35, in <module>
version=get_version(),
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-_8_0jx_a/hg-evolve/setup.py",
line 15, in get_version
return get_metadata()['__version__']
File
"/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-_8_0jx_a/hg-evolve/setup.py",
line 10, in get_metadata
execfile(fullpath, meta)
NameError: name 'execfile' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/private/var/folders/mf/nxyjh51j70j3nv8230481s3w0000gp/T/pip-build-_8_0jx_a/hg-evolve/
I'm running macOS 10.12.6, and I'm using conda 4.2.9, with pip 9.0.1
Cheers,
Geoff
More information about the Evolve-testers
mailing list