- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am referring to this documentation to install Intel's optimization for TensorFlow
Intel® Extension for TensorFlow* — Intel® Extension for TensorFlow* 0.1.dev1+ge26b4db documentation
However, when I run
pip install --upgrade intel-extension-for-tensorflow[cpu]
i get this error
Collecting intel-extension-for-tensorflow[cpu]
Using cached intel_extension_for_tensorflow-0.0.0.dev1-py3-none-any.whl.metadata (2.1 kB)
WARNING: intel-extension-for-tensorflow 0.0.0.dev1 does not provide the extra 'cpu'
Using cached intel_extension_for_tensorflow-0.0.0.dev1-py3-none-any.whl (3.7 kB)
Installing collected packages: intel-extension-for-tensorflow
Successfully installed intel-extension-for-tensorflow-0.0.0.dev1
I am running python 3.10 on windows 11 with Intel i7-13650hx,
and i am trying to install this on a Conda environment which has packages from Intel Get Intel® Distribution for Python
regardless of the above error the extension is installed but when i run
python -c "import intel_extension_for_tensorflow as itex; print(itex.__version__)"
i get thrown this error
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'intel_extension_for_tensorflow'
but the module exists in the environment when i confirmed personally with 'conda list' and it gives
intel-extension-for-tensorflow 0.0.0.dev1 pypi_0 pypi
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page