Tensorflow ImportError DLL load failed The specified module could not be found

preview_player
Показать описание
Tensorflow ImportError: DLL load failed: The specified module could not be found.
Tensorflow ImportError: No module named '_pywrap_tensorflow_internal'

Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials
Рекомендации по теме
Комментарии
Автор

Finally I have learnt it.
Tensed from atleast 6 to 7 days.
Thank u. Thank u
Thank u so much.
Keep it up.👍👍

aishatufail
Автор

Finally it worked! thank you you saved my project when I was just about to quit python forever :D

waelzayat
Автор

I was having this problem, so I updated my anaconda to the newest one! The old one support tensorflow 1.2 and the actual version 1.11!! Now everithing works fine!! Thanks for the video

betojasz
Автор

ohh god for the last 2 days i was tensed as AF due to tensorflow
you came in like a saviour man!!
i had watched several YT tutorials, but none worked. Thanks man. I have liked and subscribed

abhinavgarg
Автор

Thank you so much for this information! I was desperate until I found this!

mnbhbom
Автор

if its not work for you just upgrade tensorflow with " pip install --upgrade tensorflow " command its worked for me!

cagatayaydinn
Автор

I encountered a load DLL error failed: The specified module could not be found when importing cv2 in pycharm. I tried this but failed. can you help me?

hangtrinh
Автор

Great help sir thank you it not only work for tensorflow but also for scikit-learn import I was trying to import it in power shell it was given dll load failed: module not found error but installing Microsoft visual redestributable really solved the problem thank you🙂

sanketgaikwad
Автор

Very very thanks i waist about 10 hours before watching your video. I was facing problem for importing pandas

lokeshrathi
Автор

Great man, I finally could fix the annoying error. Thank you!

supersonic
Автор

worked like charm don't no why so much dislike....as it worked for me like charm

aasthakagyan
Автор

Doesn't work for me, I had it already installed.

CamaradaArdi
Автор

thank you bro! finally someone can figure it out

amsh
Автор

Great it works very nicely. i got this is error in pandas. it was fixed.thanks

omkashyap
Автор

tnx sir
its solve my import cv2 error

TechTubic
Автор

if this advice dosn't help just install tensorflow through anaconda navigator-Environments

uszr
Автор

Will this also work for Jupiter notebook in linux ??

anu
Автор

i have a old machine and the CPU has not the AVX instructions because of that it gives this error.
when you can install tensorflow 1.5.0 and it works then your setup is correct just the hardware is to old!

python -m pip install tensorflow==1.5.0

Francis-ycnc
Автор

Please give me the solution of this Issue

ImportError Traceback (most recent call last)
in <module>()
----> 1 import cv2
2 import numpy as np
3 import os
4 from random import shuffle
5 from tqdm import tqdm

ImportError: DLL load failed: The specified module could not be found.

muhammadyaqub