Building wheel for pymssql (PEP 517): finished with status 'error'
ERROR: Failed building wheel for pymssql
Failed to build pymssql
ERROR: Could not build wheels for pymssql which use PEP 517 and cannot be installed directly
Exception information:
pip._internal.exceptions.InstallationError: Could not build wheels for pymssql which use PEP 517 and cannot be installed directly
From the new page opened , Copy Create an SSH key Pair "ssh-keygen -m PEM -t rsa -b 4096"
Run "ssh-keygen -m PEM -t rsa -b 4096" in Terminal
Click Enter all the times
Testing Connection
In the previous page , enter the path of the id_rsa.pub Eg : "~/.ssh/id_rsa.pub" or "(if u have added the file in a new folder ) ~/.ssh/vm_linux/pushpa/id_rsa.pub "
click on "test your connection"
Your unsaved edits will be discarded , ck Yes
Ck on Test Connection
this shd pass
Connection:
Settings > Connect > SSH
copy the run example ie ., ssh -i <private key path> pushpaxxxxx@1xx.xx.1xx.xx
Replace the privae key path to ids_rsa which was created
Make sure u give the azure account password when asked
git clone https://github.com/Azure-Samples/html-docs-hello-world.git
cd html-docs-hello-world
az webapp up --location westeurope --name <app_name> --html
go to the app URL: http://<app_name>.azurewebsites.net
Update and redeploy the app
az webapp up --location westeurope --name <app_name> --html
Clean up
az group delete --name appsvc_rg_Windows_westeurope
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters