I’m using a hosted Flask service at A2 hosting and work from their CPanel. I have installed
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.16.1
tensorflow-hub==0.16.1
tensorflow-io-gcs-filesystem==0.37.0
tensorflow-text==2.16.1
In my py page
from flask import Flask, request, jsonify, Blueprint
import requests
import tensorflow as tf
import tensorflow_hub as hub
import os
As soon as I try to hub.load I get a 500 error for the entire application. As soon as I comment it out the app runs fine… I have tried many different url’s but it seems that the hub.load is the issue. Is this normal? Thank for the help
I’m going around in circles-- The conflict is caused by:
The user requested tensorflow==2.15.1
tensorflow-text 2.15.0 depends on tensorflow<2.16 and >=2.15.0; platform_machine != “arm64” or platform_system != “Darwin”
tf-keras 2.16.0 depends on tensorflow<2.17 and >=2.16