-
Notifications
You must be signed in to change notification settings - Fork 439
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
0.12.2 version in PyPI is broken #617
Comments
yes, same issue here. Please fix the documentation ASAP. Otherwise users will be frustrated and will not be using this excellent software. |
Thanks, I tried your method but when I run the |
Unfortunately, building the javascript doesn't work for me anymore - so I can't do a release until that's fixed. (i.e. try running "make init all") |
@NikolaiT @facundobatista I'm getting |
I was also just getting started with isso and ran into problems with master/0.12.2 trying to build the Docker image locally. I was able to get isso working in Docker/compose by checking out the 0.12.1 tag, and locking workzeug==0.9 in setup.py, in case it helps anyone else. |
I just uninstalled Werkzeug 1.0 and installed the previous version. Afterwards it worked. |
I think you're not executing the one in the virtualenv. Or how did you install it? I do not do |
It looks the werkzeug incompatibility was fixed in master, however 0.12.2 is still the latest in PyPI. When a new version will be released? Thanks for this great software!! |
* The published 0.12.2 version is broken therefore switch to build from master. Related Issue: isso-comments/isso#617 * cleanup build inputs * use python3
* The published 0.12.2 version is broken therefore switch to build from master. Related Issue: isso-comments/isso#617 * cleanup build inputs * use python3
Not sure how things are going with this but initially werkzeug installed at 1.0.1 and breaks isso import. Excuse the terminal dump. This is an ansible built install to begin with so the dependencies have been sourced from pypi (I'm writing an isso role at the mo, very keen to give it a whirl!)
|
@JimCircadian did you install isso from Git rather than release? Because there's no release out yet that supports werkzeug 1.0 due to comment #617 (comment) |
@jelmer I did it from release rather than git, unfortunately it pulled whatever version of werkzeug was available as a dependency from PyPI, so anyone trying to use this from PyPI will run into the same issue! Apologies if that came across as noise, I just wasn't sure if this issue was still being looked into. :-) |
* The published 0.12.2 version is broken therefore switch to build from master. Related Issue: isso-comments/isso#617 * cleanup build inputs * use python3 (cherry picked from commit 85c0767) + unmark broken
* The published 0.12.2 version is broken therefore switch to build from master. Related Issue: isso-comments/isso#617 * cleanup build inputs * use python3 (cherry picked from commit 85c0767) + unmark broken
The new version of isso on pypi should address this. |
If you go now and do
pip install isso
, it's broken as it ends up installingwerkzeug 1.0.0
which has deprecated old imports.Installing isso like
pip install git+https://github.com/posativ/isso.git
works just fine.The text was updated successfully, but these errors were encountered: