Started with json errors and that changed when i updated Wekzeug but now i get this error:
No module named 'werkzeug.wrappers.json'
Told me to upgrade Flask and Jinja .....so is there a list of all correct compatible versions on the github site that I missed or ? thanks
I suggest is to pin the version of airflow, Werkzueg and Flask.
See https://github.com/tensorflow/tfx/commit/711a9d899324de4b7207c04ecd905872bdcd2e9e for an example.
Please let me know if it works.
This is an issue with Airflow 1.13.0 which didn't correctly pin the version of Flask: https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-4900
If you've already installed airflow 1.13, you should be able to resolve this with
pip install --upgrade Flask
No module named 'werkzeug.wrappers.json'
Did you try: pip install -U Werkzeug or try installing 0.14
I would suggest try pinning related softwares to a known good version: pip
install apache-airflow==1.10.3 Flask==1.0.4 Werkzeug==0.14.1
On Thu, Jul 18, 2019 at 7:49 AM ChethanU notifications@github.com wrote:
No module named 'werkzeug.wrappers.json'
Did you try: pip install -U Werkzeug or try installing 0.14
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/tfx/issues/349?email_source=notifications&email_token=AAY6AZSORYHEJE22TQHUQI3QAB7IRA5CNFSM4IEFVTU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2IXGSI#issuecomment-512848713,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAY6AZRPN6W2SFD2GJADDETQAB7IRANCNFSM4IEFVTUQ
.
--
Cheers,
Zhitao Li
@johnomahen79 ,
Can you please let us know if your issue is resolved by following the comments mentioned above.
Sorry for the delay ...that seems to have done the trick.
Closing the issues as it has been resolved.
Most helpful comment
I would suggest try pinning related softwares to a known good version: pip
install apache-airflow==1.10.3 Flask==1.0.4 Werkzeug==0.14.1
On Thu, Jul 18, 2019 at 7:49 AM ChethanU notifications@github.com wrote:
--
Cheers,
Zhitao Li