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

How to install yolort via python pip




yolort - yolort is a runtime stack for object detection on specialized accelerators., it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.10
- Topic :: Education
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Scientific/Engineering :: Image Recognition

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



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_yolort_env

- Active the virtual environment

test_yolort_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_yolort_env

- Active the virtual environment

source test_yolort_env/bin/active


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

To install yolort on Windows(CMD):

py -m pip install yolort

To install yolort on Unix/macOs:

pip install yolort


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

Example:

pip install yolort==0.3.0rc1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
yolort 0.6.32022-05-04T04:29:46Windows:

py -m pip install yolort==0.6.3

Unix/macOs:

pip install yolort==0.6.3

yolort 0.6.22022-03-12T06:10:44Windows:

py -m pip install yolort==0.6.2

Unix/macOs:

pip install yolort==0.6.2

yolort 0.6.12022-03-08T15:33:43Windows:

py -m pip install yolort==0.6.1

Unix/macOs:

pip install yolort==0.6.1

yolort 0.6.02022-02-19T10:09:35Windows:

py -m pip install yolort==0.6.0

Unix/macOs:

pip install yolort==0.6.0

yolort 0.5.22021-10-27T08:57:05Windows:

py -m pip install yolort==0.5.2

Unix/macOs:

pip install yolort==0.5.2

yolort 0.5.12021-10-04T08:52:04Windows:

py -m pip install yolort==0.5.1

Unix/macOs:

pip install yolort==0.5.1

yolort 0.5.02021-10-03T17:36:49Windows:

py -m pip install yolort==0.5.0

Unix/macOs:

pip install yolort==0.5.0

yolort 0.4.02021-05-01T14:50:50Windows:

py -m pip install yolort==0.4.0

Unix/macOs:

pip install yolort==0.4.0

yolort 0.3.22021-02-23T17:06:26Windows:

py -m pip install yolort==0.3.2

Unix/macOs:

pip install yolort==0.3.2

yolort 0.3.12021-02-17T07:54:45Windows:

py -m pip install yolort==0.3.1

Unix/macOs:

pip install yolort==0.3.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_yolort_downloaded_file>

On Unix/macOs:

pip install <path_to_yolort_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug Reports
- Funding
- Source