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

How to install odmantic via python pip




odmantic - ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints , it belongs to Classifiers:

- Framework :: AsyncIO
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: ISC License (ISCL)
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Database
- Topic :: Database :: Front-Ends
- Topic :: Software Development :: Object Brokering
- Typing :: Typed

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



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_odmantic_env

- Active the virtual environment

test_odmantic_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_odmantic_env

- Active the virtual environment

source test_odmantic_env/bin/active


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

To install odmantic on Windows(CMD):

py -m pip install odmantic

To install odmantic on Unix/macOs:

pip install odmantic


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

Example:

pip install odmantic==0.1.0


Please see the version list below table:

VersionReleased dateCommand
odmantic 0.6.02022-08-24T11:13:40Windows:

py -m pip install odmantic==0.6.0

Unix/macOs:

pip install odmantic==0.6.0

odmantic 0.5.02022-06-01T18:15:22Windows:

py -m pip install odmantic==0.5.0

Unix/macOs:

pip install odmantic==0.5.0

odmantic 0.4.02022-04-23T15:18:47Windows:

py -m pip install odmantic==0.4.0

Unix/macOs:

pip install odmantic==0.4.0

odmantic 0.3.52021-05-11T23:57:07Windows:

py -m pip install odmantic==0.3.5

Unix/macOs:

pip install odmantic==0.3.5

odmantic 0.3.42021-03-04T21:08:49Windows:

py -m pip install odmantic==0.3.4

Unix/macOs:

pip install odmantic==0.3.4

odmantic 0.3.32021-02-13T14:35:13Windows:

py -m pip install odmantic==0.3.3

Unix/macOs:

pip install odmantic==0.3.3

odmantic 0.3.22020-12-15T19:11:36Windows:

py -m pip install odmantic==0.3.2

Unix/macOs:

pip install odmantic==0.3.2

odmantic 0.3.12020-11-16T19:02:10Windows:

py -m pip install odmantic==0.3.1

Unix/macOs:

pip install odmantic==0.3.1

odmantic 0.3.02020-11-09T03:57:54Windows:

py -m pip install odmantic==0.3.0

Unix/macOs:

pip install odmantic==0.3.0

odmantic 0.2.12020-10-25T22:57:17Windows:

py -m pip install odmantic==0.2.1

Unix/macOs:

pip install odmantic==0.2.1

odmantic 0.2.02020-10-25T21:52:53Windows:

py -m pip install odmantic==0.2.0

Unix/macOs:

pip install odmantic==0.2.0

odmantic 0.1.02020-10-19T00:52:18Windows:

py -m pip install odmantic==0.1.0

Unix/macOs:

pip install odmantic==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_odmantic_downloaded_file>

On Unix/macOs:

pip install <path_to_odmantic_downloaded_file>


List distribution:

- ODMantic-0.1.0-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.1.0.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.2.0-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.2.0.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.2.1-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.2.1.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.0-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.0.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.1-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.1.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.2-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.2.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.3-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.3.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.4-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.4.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.3.5-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.3.5.tar.gz (python version >=3.6,<4.0)
- ODMantic-0.4.0-py3-none-any.whl (python version >=3.6,<4.0)
- ODMantic-0.4.0.tar.gz (python version >=3.6,<4.0)
- odmantic-0.5.0-py3-none-any.whl (python version >=3.6.1)
- odmantic-0.5.0.tar.gz (python version >=3.6.1)
- odmantic-0.6.0-py3-none-any.whl (python version >=3.7)
- odmantic-0.6.0.tar.gz (python version >=3.7)
- odmantic-0.7.0-py3-none-any.whl (python version >=3.7)
- odmantic-0.7.0.tar.gz (python version >=3.7)
- odmantic-0.7.1-py3-none-any.whl (python version >=3.7)
- odmantic-0.7.1.tar.gz (python version >=3.7)
- odmantic-0.8.0-py3-none-any.whl (python version >=3.7)
- odmantic-0.8.0.tar.gz (python version >=3.7)
- odmantic-0.9.0-py3-none-any.whl (python version >=3.7)
- odmantic-0.9.0.tar.gz (python version >=3.7)
- odmantic-0.9.1-py3-none-any.whl (python version >=3.7)
- odmantic-0.9.1.tar.gz (python version >=3.7)
- odmantic-0.9.2-py3-none-any.whl (python version >=3.7)
- odmantic-0.9.2.tar.gz (python version >=3.7)


Project link:

- Documentation
- Source