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

How to install furiosa-runtime via python pip




furiosa-runtime - Provide high-level Python APIs to access Furiosa AI's NPUs and its eco-system, it belongs to Classifiers:

- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: System Administrators
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules

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



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_furiosa-runtime_env

- Active the virtual environment

test_furiosa-runtime_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_furiosa-runtime_env

- Active the virtual environment

source test_furiosa-runtime_env/bin/active


Step 2: OK, now, let flow below content to start the installation furiosa-runtime

To install furiosa-runtime on Windows(CMD):

py -m pip install furiosa-runtime

To install furiosa-runtime on Unix/macOs:

pip install furiosa-runtime


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

Example:

pip install furiosa-runtime==0.5.0


Please see the version list below table:

VersionReleased dateCommand
furiosa-runtime 0.7.32022-07-04T05:56:15Windows:

py -m pip install furiosa-runtime==0.7.3

Unix/macOs:

pip install furiosa-runtime==0.7.3

furiosa-runtime 0.7.22022-07-04T05:25:42Windows:

py -m pip install furiosa-runtime==0.7.2

Unix/macOs:

pip install furiosa-runtime==0.7.2

furiosa-runtime 0.7.12022-07-01T05:02:34Windows:

py -m pip install furiosa-runtime==0.7.1

Unix/macOs:

pip install furiosa-runtime==0.7.1

furiosa-runtime 0.7.02022-06-17T01:09:58Windows:

py -m pip install furiosa-runtime==0.7.0

Unix/macOs:

pip install furiosa-runtime==0.7.0

furiosa-runtime 0.6.42022-05-04T05:27:52Windows:

py -m pip install furiosa-runtime==0.6.4

Unix/macOs:

pip install furiosa-runtime==0.6.4

furiosa-runtime 0.6.32022-05-03T02:00:11Windows:

py -m pip install furiosa-runtime==0.6.3

Unix/macOs:

pip install furiosa-runtime==0.6.3

furiosa-runtime 0.6.22022-03-25T00:57:53Windows:

py -m pip install furiosa-runtime==0.6.2

Unix/macOs:

pip install furiosa-runtime==0.6.2

furiosa-runtime 0.6.12022-03-21T23:49:41Windows:

py -m pip install furiosa-runtime==0.6.1

Unix/macOs:

pip install furiosa-runtime==0.6.1

furiosa-runtime 0.6.02022-03-15T02:25:46Windows:

py -m pip install furiosa-runtime==0.6.0

Unix/macOs:

pip install furiosa-runtime==0.6.0

furiosa-runtime 0.5.22022-01-20T06:30:25Windows:

py -m pip install furiosa-runtime==0.5.2

Unix/macOs:

pip install furiosa-runtime==0.5.2

furiosa-runtime 0.5.12022-01-13T04:51:03Windows:

py -m pip install furiosa-runtime==0.5.1

Unix/macOs:

pip install furiosa-runtime==0.5.1

furiosa-runtime 0.5.02021-12-13T20:39:31Windows:

py -m pip install furiosa-runtime==0.5.0

Unix/macOs:

pip install furiosa-runtime==0.5.0


Step 4: Otherwise, you can install furiosa-runtime from local archives:

Download the distribution file from furiosa-runtime-0.7.3.tar.gz or the specific furiosa-runtime version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_furiosa-runtime_downloaded_file>

On Unix/macOs:

pip install <path_to_furiosa-runtime_downloaded_file>


List distribution:

- furiosa-runtime-0.5.0.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.5.0-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.5.1.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.5.1-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.5.2.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.5.2-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.6.0.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.6.0-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.6.1.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.6.1-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.6.2.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.6.2-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.6.3.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.6.3-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.6.4.tar.gz (python version ==3.*,~=3.7)
- furiosa_runtime-0.6.4-py3-none-any.whl (python version ==3.*,~=3.7)
- furiosa-runtime-0.7.0.tar.gz (python version ~=3.7)
- furiosa_runtime-0.7.0-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.7.1.tar.gz (python version ~=3.7)
- furiosa_runtime-0.7.1-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.7.2.tar.gz (python version ~=3.7)
- furiosa_runtime-0.7.2-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.7.3.tar.gz (python version ~=3.7)
- furiosa_runtime-0.7.3-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.7.4.tar.gz (python version ~=3.7)
- furiosa_runtime-0.7.4-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.8.0.tar.gz (python version ~=3.7)
- furiosa_runtime-0.8.0-py2.py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.8.1.tar.gz (python version ~=3.7)
- furiosa_runtime-0.8.1-py3-none-any.whl (python version ~=3.7)
- furiosa-runtime-0.8.2.tar.gz (python version ~=3.7)
- furiosa_runtime-0.8.2-py3-none-any.whl (python version ~=3.7)


Project link:

- Bug Tracker
- Documentation
- Home
- Source Code