python3

Bryan Murdock bmurdock at gmail.com
Thu Jun 22 01:45:30 UTC 2017


I'm running archlinux, where the command 'python' is python 3.6.  I
just tried installing evolve with pip and got this:

$ pip install --user hg-evolve
Collecting hg-evolve
  Using cached hg-evolve-6.4.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-4i94b24c/hg-evolve/setup.py", line 35, in <module>
        version=get_version(),
      File "/tmp/pip-build-4i94b24c/hg-evolve/setup.py", line 15, in get_version
        return get_metadata()['__version__']
      File "/tmp/pip-build-4i94b24c/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
/tmp/pip-build-4i94b24c/hg-evolve/

If the answer is: I just shouldn't be using archlinux, let me know :-)

Bryan


More information about the Evolve-testers mailing list