I am not able to install connector for Snowflake Python using the below command :
python3 -m pip3 install --upgrade snowflake-connector-python
Its failing with below error :
/home/ssg.petsmart.com/nrahman/python3.8.5/bin/python3: No module named pip3
I have the pip3 packages present in lib location of Python3. I do not know why it is not working.