You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: