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

The issue with pip on macOS #45

Open
axelonet opened this issue Oct 27, 2017 · 0 comments
Open

The issue with pip on macOS #45

axelonet opened this issue Oct 27, 2017 · 0 comments

Comments

@axelonet
Copy link

axelonet commented Oct 27, 2017

I was trying to install lyvi on my Mac to run it with cmus... I have installed the dependencies pygobject and dbus using homebrew... now when I try to run this command,
sudo -H pip install -r pip_requirements.txt
I get the following error

Collecting Pillow (from -r pip_requirements.txt (line 4))
  Using cached Pillow-4.3.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Collecting plyr (from -r pip_requirements.txt (line 5))
  Using cached plyr-1.0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-build-_RLh7T/plyr/setup.py", line 3, in <module>
        from Cython.Distutils import build_ext
    ImportError: No module named Cython.Distutils
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-_RLh7T/plyr/


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

No branches or pull requests

1 participant