Error while installing tensorflow-intel

Could not find a version that satisfies the requirement tensorflow-intel==2.15.0 (from versions: 0.0.1)

I tried changing the tensorflow version to 2.11.0 as mentioned in other answers, but still the error persists.

This is the link to my github repo: GitHub - benab04/digit-recognition-streamlit

  • use tensorflow instead of tensorflow-intel, because it cannot be installed on streamlit cloud
  • use opencv-python-headless instead of opencv-python

Thanks! I updated those and now it is working. Also, I changed the format of saved model to h5 from pkl, which worked.

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