Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck at installing tensorflow #67067

Open
yogashreeNaik opened this issue May 7, 2024 · 2 comments
Open

stuck at installing tensorflow #67067

yogashreeNaik opened this issue May 7, 2024 · 2 comments
Assignees
Labels
type:support Support issues

Comments

@yogashreeNaik
Copy link

yogashreeNaik commented May 7, 2024

Traceback (most recent call last):
File "C:\Users\AVITA\anaconda3\envs\myEnv\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 62, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\AVITA\Desktop\Yogashree\pyprojects\test.py", line 1, in
import tensorflow as tf
File "C:\Users\AVITA\anaconda3\envs\myEnv\lib\site-packages\tensorflow_init_.py", line 37, in
from tensorflow.python.tools import module_util as module_util
File "C:\Users\AVITA\anaconda3\envs\myEnv\lib\site-packages\tensorflow\python_init
.py", line 36, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\AVITA\anaconda3\envs\myEnv\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 77, in
raise ImportError(
ImportError: Traceback (most recent call last):
File "C:\Users\AVITA\anaconda3\envs\myEnv\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 62, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed.

Failed to load the native TensorFlow runtime.

@Venkat6871 Venkat6871 added the type:support Support issues label May 8, 2024
@Venkat6871
Copy link

Hi @yogashreeNaik ,

  • Could you check the version of tensorflow you are using is compatible with your system and python environment.
  • Ensure that all necessary system dependencies, such as CUDA and cuDNN for GPU support, are correctly installed and compatible with your TensorFlow version.
  • Try reinstalling TensorFlow in your virtual environment, By using pip:
pip uninstall tensorflow
pip install tensorflow

Thank you!

@Venkat6871 Venkat6871 added the stat:awaiting response Status - Awaiting response from author label May 8, 2024
@yogashreeNaik
Copy link
Author

Hi @yogashreeNaik ,

  • Could you check the version of tensorflow you are using is compatible with your system and python environment.
  • Ensure that all necessary system dependencies, such as CUDA and cuDNN for GPU support, are correctly installed and compatible with your TensorFlow version.
  • Try reinstalling TensorFlow in your virtual environment, By using pip:
pip uninstall tensorflow
pip install tensorflow

Thank you!

I'll it . Thank you..

@google-ml-butler google-ml-butler bot removed the stat:awaiting response Status - Awaiting response from author label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:support Support issues
Projects
None yet
Development

No branches or pull requests

2 participants