Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use setuptools for the installation #8

Merged
merged 1 commit into from
May 30, 2014

Conversation

drscream
Copy link
Contributor

pip reports errors by using distutils functions, so switching to setuptools solves the problem.

Error:

Installing collected packages: PyFi
  Running setup.py install for PyFi
    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 /Users/tm/.virtualenvs/adm/bin/python -c "import setuptools;__file__='/var/folders/mn/q9k1gvpd7216sv3q277d1v540000gn/T/pip-7SUHnC-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/mn/q9k1gvpd7216sv3q277d1v540000gn/T/pip-UQGWHE-record/install-record.txt --install-headers /Users/tm/.virtualenvs/adm/include/site/python2.7:
    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 /Users/tm/.virtualenvs/adm/bin/python -c "import setuptools;__file__='/var/folders/mn/q9k1gvpd7216sv3q277d1v540000gn/T/pip-7SUHnC-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/mn/q9k1gvpd7216sv3q277d1v540000gn/T/pip-UQGWHE-record/install-record.txt --install-headers /Users/tm/.virtualenvs/adm/include/site/python2.7 failed with error code 1 in /var/folders/mn/q9k1gvpd7216sv3q277d1v540000gn/T/pip-7SUHnC-build

Tested on MacOSX and installing via pip install .

…tils and reports some errors during installation.
Licenser added a commit that referenced this pull request May 30, 2014
Use setuptools for the installation
@Licenser Licenser merged commit 7a9271d into project-fifo:master May 30, 2014
@Licenser
Copy link
Member

thanks mate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants