-
Notifications
You must be signed in to change notification settings - Fork 62
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
>=1.2.0 is broken #234
Comments
It works for me. I'm on a debian-based container on ChromeOS. In what way is your environment different? |
@joeyparrish This is my Dockerfile:
This works fine on 1.1.1, but not on the newest version. I built it in a virtual env. Could this be the issue? |
Indeed, it does not work when installed as a module. It has nothing to do with your virtual environment. The difference is that I was running from the source directory, not an installed module from The problem is that setup.py doesn't find the Sorry for the inconvenience! I'll get it fixed soon and yank the broken releases (1.2.0 and 1.2.1). |
The cloud/ folder was added in 1.2.0, but was not being packaged correctly due to a missing __init__.py file. This bug affected the 1.2.0 and 1.2.1 releases, making both unusable. Fixes shaka-project#234
Version 1.2.2 is out now with the fix, and the unusable 1.2.1 and 1.2.0 releases have been removed from PyPI. Thanks so much for the report! |
@joeyparrish Thanks for the quick fix! 👍 |
@joeyparrish Would you be able to share your Dockerfile or give a good example? :) I didn't found a real example here. Would you recommend to use the shaka packager one? Thanks. |
PR #228
It doesn't look that the PR is well tested. It is importing a module which may not exists.
Installing 1.1.1 as a workaround for now.
The text was updated successfully, but these errors were encountered: