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

How to install tensorflow-rocm via python pip




tensorflow-rocm - TensorFlow is an open source machine learning framework for everyone., it belongs to Classifiers:

- Environment :: GPU
- Environment :: GPU :: NVIDIA CUDA
- Environment :: GPU :: NVIDIA CUDA :: 11.2
- Intended Audience :: Education
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Scientific/Engineering :: Mathematics

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



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_tensorflow-rocm_env

- Active the virtual environment

test_tensorflow-rocm_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_tensorflow-rocm_env

- Active the virtual environment

source test_tensorflow-rocm_env/bin/active


Step 2: OK, now, let flow below content to start the installation tensorflow-rocm

To install tensorflow-rocm on Windows(CMD):

py -m pip install tensorflow-rocm

To install tensorflow-rocm on Unix/macOs:

pip install tensorflow-rocm


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

Example:

pip install tensorflow-rocm==0.0.1


Please see the version list below table:

VersionReleased dateCommand
tensorflow-rocm 2.9.22022-07-11T17:56:42Windows:

py -m pip install tensorflow-rocm==2.9.2

Unix/macOs:

pip install tensorflow-rocm==2.9.2

tensorflow-rocm 2.9.12022-06-05T02:31:51Windows:

py -m pip install tensorflow-rocm==2.9.1

Unix/macOs:

pip install tensorflow-rocm==2.9.1

tensorflow-rocm 2.8.32022-07-11T17:53:48Windows:

py -m pip install tensorflow-rocm==2.8.3

Unix/macOs:

pip install tensorflow-rocm==2.8.3

tensorflow-rocm 2.8.22022-06-05T02:29:58Windows:

py -m pip install tensorflow-rocm==2.8.2

Unix/macOs:

pip install tensorflow-rocm==2.8.2

tensorflow-rocm 2.8.12022-04-11T16:51:04Windows:

py -m pip install tensorflow-rocm==2.8.1

Unix/macOs:

pip install tensorflow-rocm==2.8.1

tensorflow-rocm 2.8.02022-02-16T21:35:53Windows:

py -m pip install tensorflow-rocm==2.8.0

Unix/macOs:

pip install tensorflow-rocm==2.8.0

tensorflow-rocm 2.7.42022-07-11T17:35:39Windows:

py -m pip install tensorflow-rocm==2.7.4

Unix/macOs:

pip install tensorflow-rocm==2.7.4

tensorflow-rocm 2.7.32022-06-05T02:28:37Windows:

py -m pip install tensorflow-rocm==2.7.3

Unix/macOs:

pip install tensorflow-rocm==2.7.3

tensorflow-rocm 2.7.22022-04-11T16:47:40Windows:

py -m pip install tensorflow-rocm==2.7.2

Unix/macOs:

pip install tensorflow-rocm==2.7.2

tensorflow-rocm 2.7.12022-02-17T03:50:26Windows:

py -m pip install tensorflow-rocm==2.7.1

Unix/macOs:

pip install tensorflow-rocm==2.7.1

tensorflow-rocm 2.7.02021-12-17T21:13:49Windows:

py -m pip install tensorflow-rocm==2.7.0

Unix/macOs:

pip install tensorflow-rocm==2.7.0

tensorflow-rocm 2.6.42022-04-11T16:42:41Windows:

py -m pip install tensorflow-rocm==2.6.4

Unix/macOs:

pip install tensorflow-rocm==2.6.4

tensorflow-rocm 2.6.32022-02-17T16:56:10Windows:

py -m pip install tensorflow-rocm==2.6.3

Unix/macOs:

pip install tensorflow-rocm==2.6.3

tensorflow-rocm 2.6.22021-10-14T03:13:43Windows:

py -m pip install tensorflow-rocm==2.6.2

Unix/macOs:

pip install tensorflow-rocm==2.6.2

tensorflow-rocm 2.6.0.post1 yanked2021-10-13T16:57:09Windows:

py -m pip install tensorflow-rocm==2.6.0.post1                                                                          yanked

Unix/macOs:

pip install tensorflow-rocm==2.6.0.post1                                                                          yanked

tensorflow-rocm 2.6.02021-09-23T11:27:19Windows:

py -m pip install tensorflow-rocm==2.6.0

Unix/macOs:

pip install tensorflow-rocm==2.6.0

tensorflow-rocm 2.5.02021-08-16T21:22:25Windows:

py -m pip install tensorflow-rocm==2.5.0

Unix/macOs:

pip install tensorflow-rocm==2.5.0

tensorflow-rocm 2.4.32021-05-21T16:17:54Windows:

py -m pip install tensorflow-rocm==2.4.3

Unix/macOs:

pip install tensorflow-rocm==2.4.3

tensorflow-rocm 2.4.22021-04-11T05:34:39Windows:

py -m pip install tensorflow-rocm==2.4.2

Unix/macOs:

pip install tensorflow-rocm==2.4.2

tensorflow-rocm 2.4.12021-03-29T03:10:02Windows:

py -m pip install tensorflow-rocm==2.4.1

Unix/macOs:

pip install tensorflow-rocm==2.4.1

tensorflow-rocm 2.4.02020-12-22T02:51:55Windows:

py -m pip install tensorflow-rocm==2.4.0

Unix/macOs:

pip install tensorflow-rocm==2.4.0

tensorflow-rocm 2.3.72021-05-21T16:05:03Windows:

py -m pip install tensorflow-rocm==2.3.7

Unix/macOs:

pip install tensorflow-rocm==2.3.7

tensorflow-rocm 2.3.62021-04-11T05:33:28Windows:

py -m pip install tensorflow-rocm==2.3.6

Unix/macOs:

pip install tensorflow-rocm==2.3.6

tensorflow-rocm 2.3.52021-03-29T03:08:49Windows:

py -m pip install tensorflow-rocm==2.3.5

Unix/macOs:

pip install tensorflow-rocm==2.3.5

tensorflow-rocm 2.3.42020-12-22T02:50:39Windows:

py -m pip install tensorflow-rocm==2.3.4

Unix/macOs:

pip install tensorflow-rocm==2.3.4

tensorflow-rocm 2.3.32020-12-08T01:43:55Windows:

py -m pip install tensorflow-rocm==2.3.3

Unix/macOs:

pip install tensorflow-rocm==2.3.3

tensorflow-rocm 2.3.22020-10-30T18:38:45Windows:

py -m pip install tensorflow-rocm==2.3.2

Unix/macOs:

pip install tensorflow-rocm==2.3.2

tensorflow-rocm 2.3.12020-09-24T00:14:06Windows:

py -m pip install tensorflow-rocm==2.3.1

Unix/macOs:

pip install tensorflow-rocm==2.3.1

tensorflow-rocm 2.3.02020-08-24T21:35:56Windows:

py -m pip install tensorflow-rocm==2.3.0

Unix/macOs:

pip install tensorflow-rocm==2.3.0

tensorflow-rocm 2.2.02020-06-04T23:19:37Windows:

py -m pip install tensorflow-rocm==2.2.0

Unix/macOs:

pip install tensorflow-rocm==2.2.0

tensorflow-rocm 2.1.62020-12-08T01:43:11Windows:

py -m pip install tensorflow-rocm==2.1.6

Unix/macOs:

pip install tensorflow-rocm==2.1.6

tensorflow-rocm 2.1.52020-10-30T18:37:48Windows:

py -m pip install tensorflow-rocm==2.1.5

Unix/macOs:

pip install tensorflow-rocm==2.1.5

tensorflow-rocm 2.1.42020-09-24T00:13:26Windows:

py -m pip install tensorflow-rocm==2.1.4

Unix/macOs:

pip install tensorflow-rocm==2.1.4

tensorflow-rocm 2.1.32020-08-24T21:35:20Windows:

py -m pip install tensorflow-rocm==2.1.3

Unix/macOs:

pip install tensorflow-rocm==2.1.3

tensorflow-rocm 2.1.22020-06-04T23:18:45Windows:

py -m pip install tensorflow-rocm==2.1.2

Unix/macOs:

pip install tensorflow-rocm==2.1.2

tensorflow-rocm 2.1.12020-04-03T16:42:08Windows:

py -m pip install tensorflow-rocm==2.1.1

Unix/macOs:

pip install tensorflow-rocm==2.1.1

tensorflow-rocm 2.0.02019-10-10T23:41:14Windows:

py -m pip install tensorflow-rocm==2.0.0

Unix/macOs:

pip install tensorflow-rocm==2.0.0

tensorflow-rocm 1.15.122021-05-21T15:50:51Windows:

py -m pip install tensorflow-rocm==1.15.12

Unix/macOs:

pip install tensorflow-rocm==1.15.12

tensorflow-rocm 1.15.112021-04-11T05:32:25Windows:

py -m pip install tensorflow-rocm==1.15.11

Unix/macOs:

pip install tensorflow-rocm==1.15.11

tensorflow-rocm 1.15.102021-03-29T03:07:44Windows:

py -m pip install tensorflow-rocm==1.15.10

Unix/macOs:

pip install tensorflow-rocm==1.15.10

tensorflow-rocm 1.15.92020-12-22T02:49:56Windows:

py -m pip install tensorflow-rocm==1.15.9

Unix/macOs:

pip install tensorflow-rocm==1.15.9

tensorflow-rocm 1.15.82020-12-08T01:42:32Windows:

py -m pip install tensorflow-rocm==1.15.8

Unix/macOs:

pip install tensorflow-rocm==1.15.8

tensorflow-rocm 1.15.72020-10-30T18:36:59Windows:

py -m pip install tensorflow-rocm==1.15.7

Unix/macOs:

pip install tensorflow-rocm==1.15.7

tensorflow-rocm 1.15.62020-09-24T00:12:49Windows:

py -m pip install tensorflow-rocm==1.15.6

Unix/macOs:

pip install tensorflow-rocm==1.15.6

tensorflow-rocm 1.15.52020-08-24T21:34:44Windows:

py -m pip install tensorflow-rocm==1.15.5

Unix/macOs:

pip install tensorflow-rocm==1.15.5

tensorflow-rocm 1.15.42020-06-04T23:17:55Windows:

py -m pip install tensorflow-rocm==1.15.4

Unix/macOs:

pip install tensorflow-rocm==1.15.4

tensorflow-rocm 1.15.32020-04-03T16:40:13Windows:

py -m pip install tensorflow-rocm==1.15.3

Unix/macOs:

pip install tensorflow-rocm==1.15.3

tensorflow-rocm 1.15.22020-02-28T04:04:50Windows:

py -m pip install tensorflow-rocm==1.15.2

Unix/macOs:

pip install tensorflow-rocm==1.15.2

tensorflow-rocm 1.15.12019-12-20T21:50:10Windows:

py -m pip install tensorflow-rocm==1.15.1

Unix/macOs:

pip install tensorflow-rocm==1.15.1

tensorflow-rocm 1.15.02019-12-12T22:38:18Windows:

py -m pip install tensorflow-rocm==1.15.0

Unix/macOs:

pip install tensorflow-rocm==1.15.0

tensorflow-rocm 0.0.12018-08-08T02:26:40Windows:

py -m pip install tensorflow-rocm==0.0.1

Unix/macOs:

pip install tensorflow-rocm==0.0.1


Step 4: Otherwise, you can install tensorflow-rocm from local archives:

Download the distribution file from tensorflow_rocm-2.9.2-cp310-cp310-manylinux2014_x86_64.whl or the specific tensorflow-rocm version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tensorflow-rocm_downloaded_file>

On Unix/macOs:

pip install <path_to_tensorflow-rocm_downloaded_file>


List distribution:


Project link:

- Homepage
- Download