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

pip install - Throw errors if dependencies not found #17

Open
AbdealiLoKo opened this issue May 30, 2016 · 0 comments
Open

pip install - Throw errors if dependencies not found #17

AbdealiLoKo opened this issue May 30, 2016 · 0 comments

Comments

@AbdealiLoKo
Copy link

pip install works even if some of the main dependencies like java are not found.

Currently the package asks for the zxing java library's path. Which isn't very helpful for people who wish to make packages out of this. (We can't as the user to tell us the xzing path, because they won't know !)

It would be better is the setup.py downloads the appropriate files itself and uses these downloaded files when it needs them. Otherwise, the installation of this package and it's dependencies is too be complicated to be used in python projects.

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