Could not find a version that satisfies the requirement tensorflow-intel==2.12.0

Hi Friends,

I Got erorr when I DeployTensorflow on Cloud (Stream App)

ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.12.0 (from versions: 0.0.1)
ERROR: No matching distribution found for tensorflow-intel==2.12.0

Best Regards

Hey can you go through this thread and check if this solves your problem…

Thanks for reply

I uploaded the code to github and connected it to the streamlit app website for deploy, how to change the python version in the streamlit app (https://share.streamlit.io/)

best regards

  • Afaik tensorflow-intel cannot be installed on streamlit cloud, use tensorflow-cpu instead.
  • The Python version can be selected during the deployment under “Advanced Settings”

Thanks

It’s working now

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.