I’m trying to create a Python web service. Tensorflow is one of of my packages.
tensorboard (2.12.3), tensorboard-data-server (0.7.0), tensorflow (2.12.0) and tensorflow-estimator (2.12.0) all install successfully, but tensorflow-intel (2.12.0) does not.
How can I fix this?
Note: I uninstalled pywin32 before this as it was causing issues as well.