Skip to content

package egenix-mx-base can't be installed with pip #8

Closed
@vbabiy

Description

@vbabiy

pip apparently tries to call setup.py install with the --single-version-externally-managed option and that blows up mx-base's setup.py

Here's the (edited) console output, and linked is the (edited) pip-log file

Downloading/unpacking egenix-mx-base
  Downloading egenix-mx-base-3.1.2.tar.gz (8.2Mb): 8.2Mb downloaded
  Running setup.py egg_info for package egenix-mx-base
    no build data file 'build/build-py2.6_ucs2.pck' found
Installing collected packages: egenix-mx-base
  Running setup.py install for egenix-mx-base
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: -c --help [cmd1 cmd2 ...]
       or: -c --help-commands
       or: -c cmd --help

    error: option --single-version-externally-managed not recognized
    Complete output from command ${venv}/bin/python -c "import setuptools; __file__='${venv}/build/egenix-mx-base/setup.py'; execfile('${venv}/build/egenix-mx-base/setup.py')" install --single-version-externally-managed --record /var/folders/u3/u3JfEOrdGAWC636N0MgTDU+++TI/-Tmp-/pip-iJGLst-record/install-record.txt --install-headers ${venv}/lib/include:
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

   or: -c --help [cmd1 cmd2 ...]

   or: -c --help-commands

   or: -c cmd --help



error: option --single-version-externally-managed not recognized

----------------------------------------
Command ${venv}/bin/python -c "import setuptools; __file__='${venv}/build/egenix-mx-base/setup.py'; execfile('${venv}/build/egenix-mx-base/setup.py')" install --single-version-externally-managed --record /var/folders/u3/u3JfEOrdGAWC636N0MgTDU+++TI/-Tmp-/pip-iJGLst-record/install-record.txt --install-headers ${venv}/lib/include failed with error code 1
Storing complete log in ./pip-log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions