Hello, I am a beginner in Azure ML. I am trying to deploy a machine learning model (consisting of a h5 file and a pickle file) in Azure. But when I call the web-service error is coming up.
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement pickle (from -r /azureml-environment-setup/condaenv.b2ewzkd8.requirements.txt (line 5)) (from versions: none)
I am using Jupiter notebook with SDK 1.34, Python version 3.8.11 and pickle version 4. Can anyone help. Thank you.