For a project I need to import google-cloud-storage library in python to use speech to text service. While trying to install it via pip, I keep getting the below error:
" Looking in indexes: https://www.artifactrepository.clientdomain.net/artifactory/api/pypi/pypi-dev/simple Collecting google-cloud-storage Could not find a version that satisfies the requirement google-cloud-storage (from versions: ) No matching distribution found for google-cloud-storage"
note that , I have been working inside client domain and the python version I am working with is 3.7.3
I have tried different workarounds available in web and still can't resolve the error. Can anyone please help.