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

Add Homebrew dependency on Python 'Cheetah' module #2

Open
rxseger opened this issue Jun 5, 2016 · 2 comments
Open

Add Homebrew dependency on Python 'Cheetah' module #2

rxseger opened this issue Jun 5, 2016 · 2 comments

Comments

@rxseger
Copy link
Owner

rxseger commented Jun 5, 2016

This manual step is needed to install the Cheetah egg from Python:

pip install Cheetah

because I can't figure out how to add it as a dependency in the Homebrew formula, so it would be automatically installed.

There is a formulae repo for Python: https://github.com/homebrew/homebrew-python - and I use it for: numpy, scipy, and matplotlib, but they don't have cheetah (and might not want to, they say it is for "Python libraries with external dependencies that pip doesn't know how to handle"). Even if Cheetah has to be installed using pip, would be nice to remove the need to manually run it.

@rxseger
Copy link
Owner Author

rxseger commented Jun 6, 2016

Interestingly, pybombs gr-recipes removed the pip dependency and installs from git: gnuradio/gr-recipes@6cbc82a

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