I am using Azure VM running Linux (ubuntu 24.04). I was able to install flask using below command: sudo apt install python3-flask
When I try to install kiteconnect using the below command: sudo apt install python3-kiteconnect I get the below error: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package python3-kiteconnect
I then tried to install using pip command using below command: pip3 install kiteconnect I then get the below error: × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.