Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install sftpman-gtk via python pip




sftpman-gtk - A GTK frontend for SftpMan, which helps you mount SFTP file systems., it belongs to Classifiers:

- Environment :: X11 Applications
- Environment :: X11 Applications :: GTK
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: Unix
- Topic :: Communications
- Topic :: Communications :: File Sharing
- Topic :: Desktop Environment
- Topic :: Desktop Environment :: File Managers
- Topic :: Desktop Environment :: Gnome
- Topic :: Internet
- Topic :: Internet :: File Transfer Protocol (FTP)
- Topic :: System
- Topic :: System :: Networking
- Topic :: Utilities

When you know about this project and you want to new install sftpman-gtk to support your project or you get trouble as ModuleNotFoundError: No module named "sftpman-gtk" or ImportError: cannot import name "sftpman-gtk" in your project, let follow this tutorial to install sftpman-gtk



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_sftpman-gtk_env

- Active the virtual environment

test_sftpman-gtk_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_sftpman-gtk_env

- Active the virtual environment

source test_sftpman-gtk_env/bin/active


Step 2: OK, now, let flow below content to start the installation sftpman-gtk

To install sftpman-gtk on Windows(CMD):

py -m pip install sftpman-gtk

To install sftpman-gtk on Unix/macOs:

pip install sftpman-gtk


Step 3: If you want to install a specific sftpman-gtk version, add ==<sftpman-gtk version> to the end command line

Example:

pip install sftpman-gtk==0.1.0


Please see the version list below table:

VersionReleased dateCommand
sftpman-gtk 1.12021-10-12T09:26:46Windows:

py -m pip install sftpman-gtk==1.1

Unix/macOs:

pip install sftpman-gtk==1.1

sftpman-gtk 1.0.32019-04-12T07:32:30Windows:

py -m pip install sftpman-gtk==1.0.3

Unix/macOs:

pip install sftpman-gtk==1.0.3

sftpman-gtk 1.0.22018-03-09T15:58:08Windows:

py -m pip install sftpman-gtk==1.0.2

Unix/macOs:

pip install sftpman-gtk==1.0.2

sftpman-gtk 1.0.02018-02-02T14:55:59Windows:

py -m pip install sftpman-gtk==1.0.0

Unix/macOs:

pip install sftpman-gtk==1.0.0

sftpman-gtk 0.4.42017-07-19T09:02:14Windows:

py -m pip install sftpman-gtk==0.4.4

Unix/macOs:

pip install sftpman-gtk==0.4.4

sftpman-gtk 0.4.22015-03-19T01:31:30Windows:

py -m pip install sftpman-gtk==0.4.2

Unix/macOs:

pip install sftpman-gtk==0.4.2

sftpman-gtk 0.4.12013-09-30T19:25:14Windows:

py -m pip install sftpman-gtk==0.4.1

Unix/macOs:

pip install sftpman-gtk==0.4.1

sftpman-gtk 0.4.02013-09-29T20:46:21Windows:

py -m pip install sftpman-gtk==0.4.0

Unix/macOs:

pip install sftpman-gtk==0.4.0

sftpman-gtk 0.3.02011-07-06T18:58:51Windows:

py -m pip install sftpman-gtk==0.3.0

Unix/macOs:

pip install sftpman-gtk==0.3.0

sftpman-gtk 0.2.02011-07-06T09:52:35Windows:

py -m pip install sftpman-gtk==0.2.0

Unix/macOs:

pip install sftpman-gtk==0.2.0

sftpman-gtk 0.1.32011-07-01T10:25:33Windows:

py -m pip install sftpman-gtk==0.1.3

Unix/macOs:

pip install sftpman-gtk==0.1.3

sftpman-gtk 0.1.22011-07-01T06:38:58Windows:

py -m pip install sftpman-gtk==0.1.2

Unix/macOs:

pip install sftpman-gtk==0.1.2

sftpman-gtk 0.1.12011-06-20T12:34:56Windows:

py -m pip install sftpman-gtk==0.1.1

Unix/macOs:

pip install sftpman-gtk==0.1.1

sftpman-gtk 0.1.02011-06-17T22:51:01Windows:

py -m pip install sftpman-gtk==0.1.0

Unix/macOs:

pip install sftpman-gtk==0.1.0


Step 4: Otherwise, you can install sftpman-gtk from local archives:

Download the distribution file from sftpman-gtk-1.1.tar.gz or the specific sftpman-gtk version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_sftpman-gtk_downloaded_file>

On Unix/macOs:

pip install <path_to_sftpman-gtk_downloaded_file>


List distribution:


Project link:

- Homepage