Skip to content
Advertisement

Tag: pep517

Unable to install sftp package in python on my virtual machine

I need to use sftp services through python on my virtual machine. To note that I am unable to do commands like pip install packagename I have limitations on the controlled VM. So I have to download packages and point to local disk locations (pip install C:/Folder/packacgename.whl) to install them so please give me suggestions keeping this in mind. Trying

Advertisement