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

How to install fdb via python pip




fdb - The Python driver for Firebird, it belongs to Classifiers:

- Operating System :: MacOS
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX :: Linux
- Topic :: Database

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



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_fdb_env

- Active the virtual environment

test_fdb_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_fdb_env

- Active the virtual environment

source test_fdb_env/bin/active


Step 2: OK, now, let flow below content to start the installation fdb

To install fdb on Windows(CMD):

py -m pip install fdb

To install fdb on Unix/macOs:

pip install fdb


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

Example:

pip install fdb==0.7.0


Please see the version list below table:

VersionReleased dateCommand
fdb 2.0.22021-09-30T17:27:16Windows:

py -m pip install fdb==2.0.2

Unix/macOs:

pip install fdb==2.0.2

fdb 2.0.12019-07-13T10:02:41Windows:

py -m pip install fdb==2.0.1

Unix/macOs:

pip install fdb==2.0.1

fdb 2.0.02018-04-27T11:40:48Windows:

py -m pip install fdb==2.0.0

Unix/macOs:

pip install fdb==2.0.0

fdb 1.82017-09-20T16:34:18Windows:

py -m pip install fdb==1.8

Unix/macOs:

pip install fdb==1.8

fdb 1.72017-02-15T12:45:25Windows:

py -m pip install fdb==1.7

Unix/macOs:

pip install fdb==1.7

fdb 1.6.12016-11-30T14:10:24Windows:

py -m pip install fdb==1.6.1

Unix/macOs:

pip install fdb==1.6.1

fdb 1.62016-03-30T07:44:55Windows:

py -m pip install fdb==1.6

Unix/macOs:

pip install fdb==1.6

fdb 1.5.12016-02-22T10:24:35Windows:

py -m pip install fdb==1.5.1

Unix/macOs:

pip install fdb==1.5.1

fdb 1.52016-01-07T16:16:08Windows:

py -m pip install fdb==1.5

Unix/macOs:

pip install fdb==1.5

fdb 1.4.112015-11-12T13:04:08Windows:

py -m pip install fdb==1.4.11

Unix/macOs:

pip install fdb==1.4.11

fdb 1.4.102015-08-31T13:12:04Windows:

py -m pip install fdb==1.4.10

Unix/macOs:

pip install fdb==1.4.10

fdb 1.4.92015-06-30T19:12:32Windows:

py -m pip install fdb==1.4.9

Unix/macOs:

pip install fdb==1.4.9

fdb 1.4.82015-06-23T14:15:09Windows:

py -m pip install fdb==1.4.8

Unix/macOs:

pip install fdb==1.4.8

fdb 1.4.72015-06-04T12:46:34Windows:

py -m pip install fdb==1.4.7

Unix/macOs:

pip install fdb==1.4.7

fdb 1.4.62015-05-29T12:12:57Windows:

py -m pip install fdb==1.4.6

Unix/macOs:

pip install fdb==1.4.6

fdb 1.4.52015-04-01T11:50:45Windows:

py -m pip install fdb==1.4.5

Unix/macOs:

pip install fdb==1.4.5

fdb 1.4.42015-02-27T15:22:18Windows:

py -m pip install fdb==1.4.4

Unix/macOs:

pip install fdb==1.4.4

fdb 1.4.32014-11-14T10:43:33Windows:

py -m pip install fdb==1.4.3

Unix/macOs:

pip install fdb==1.4.3

fdb 1.4.22014-11-13T15:15:49Windows:

py -m pip install fdb==1.4.2

Unix/macOs:

pip install fdb==1.4.2

fdb 1.4.12014-06-25T11:39:17Windows:

py -m pip install fdb==1.4.1

Unix/macOs:

pip install fdb==1.4.1

fdb 1.42013-06-24T12:32:01Windows:

py -m pip install fdb==1.4

Unix/macOs:

pip install fdb==1.4

fdb 1.32013-06-07T10:56:21Windows:

py -m pip install fdb==1.3

Unix/macOs:

pip install fdb==1.3

fdb 1.22013-05-31T18:08:52Windows:

py -m pip install fdb==1.2

Unix/macOs:

pip install fdb==1.2

fdb 1.1.12013-05-14T11:37:41Windows:

py -m pip install fdb==1.1.1

Unix/macOs:

pip install fdb==1.1.1

fdb 1.12013-04-09T10:49:12Windows:

py -m pip install fdb==1.1

Unix/macOs:

pip install fdb==1.1

fdb 1.02013-03-07T16:14:18Windows:

py -m pip install fdb==1.0

Unix/macOs:

pip install fdb==1.0

fdb 0.9.92012-11-29T13:22:54Windows:

py -m pip install fdb==0.9.9

Unix/macOs:

pip install fdb==0.9.9

fdb 0.9.12012-10-08T11:07:06Windows:

py -m pip install fdb==0.9.1

Unix/macOs:

pip install fdb==0.9.1

fdb 0.92012-10-05T16:21:33Windows:

py -m pip install fdb==0.9

Unix/macOs:

pip install fdb==0.9

fdb 0.8.52012-06-28T10:15:49Windows:

py -m pip install fdb==0.8.5

Unix/macOs:

pip install fdb==0.8.5

fdb 0.8.02012-05-31T09:37:36Windows:

py -m pip install fdb==0.8.0

Unix/macOs:

pip install fdb==0.8.0

fdb 0.7.22012-03-27T11:07:27Windows:

py -m pip install fdb==0.7.2

Unix/macOs:

pip install fdb==0.7.2

fdb 0.7.12012-01-31T19:33:01Windows:

py -m pip install fdb==0.7.1

Unix/macOs:

pip install fdb==0.7.1

fdb 0.7.02011-12-21T11:12:49Windows:

py -m pip install fdb==0.7.0

Unix/macOs:

pip install fdb==0.7.0


Step 4: Otherwise, you can install fdb from local archives:

Download the distribution file from fdb-2.0.2.tar.gz or the specific fdb version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_fdb_downloaded_file>

On Unix/macOs:

pip install <path_to_fdb_downloaded_file>


List distribution:

- fdb-0.7.0.tar.gz
- fdb-0.7.1.tar.gz
- fdb-0.7.2.tar.gz
- fdb-0.8.0.tar.gz
- fdb-0.8.5.tar.gz
- fdb-0.9.tar.gz
- fdb-0.9.1.tar.gz
- fdb-0.9.9.tar.gz
- fdb-1.0.tar.gz
- fdb-1.1.tar.gz
- fdb-1.1.1.tar.gz
- fdb-1.2.tar.gz
- fdb-1.3.tar.gz
- fdb-1.4.tar.gz
- fdb-1.4.1.tar.gz
- fdb-1.4.2.tar.gz
- fdb-1.4.3.tar.gz
- fdb-1.4.4.tar.gz
- fdb-1.4.5.tar.gz
- fdb-1.4.6.tar.gz
- fdb-1.4.7.tar.gz
- fdb-1.4.8.tar.gz
- fdb-1.4.9.tar.gz
- fdb-1.4.10.tar.gz
- fdb-1.4.11.tar.gz
- fdb-1.5.tar.gz
- fdb-1.5.1.tar.gz
- fdb-1.6.tar.gz
- fdb-1.6.1.tar.gz
- fdb-1.7.tar.gz
- fdb-1.8.tar.gz
- fdb-2.0.0-py2.py3-none-any.whl
- fdb-2.0.0.tar.gz
- fdb-2.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- fdb-2.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- fdb-2.0.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)
- fdb-2.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4)


Project link:

- Homepage
- Bug Reports
- Documentation
- Funding
- Say Thanks!
- Source