ImportError No module named tensorflow contrib rnn python ops core rnn

0 votes

I am getting this below error when I tried to import tensorflow in my program. I have tensorflow installed in my system. 

ImportError: No module named 'tensorflow.contrib.rnn.python.ops.core_rnn
Apr 22, 2020 in Machine Learning by akhtar
• 38,230 points
10,690 views

1 answer to this question.

0 votes

Hi@akhtar,

I think you got this error because of incompatible versions of tflearn and tensorflow in your system. To avoid this error you can remove tensorflow and tflearn packages and install the latest version.

$ pip uninstall tflearn
$ pip uninstall tensorflow
$ pip install -I tensorflow
$ pip install -I tflearn

Hope this will help.

answered Apr 22, 2020 by MD
• 95,440 points

Related Questions In Machine Learning

0 votes
1 answer

ImportError: No module named imgaug

Hi@akhtar, You need to install the imgaug module ...READ MORE

answered Jul 13, 2020 in Machine Learning by MD
• 95,440 points
2,073 views
0 votes
1 answer

ImportError: No module named copyreg

Hi@akhtar, You can upgrade to six-1.10.x using $ easy_install ...READ MORE

answered Jul 13, 2020 in Machine Learning by MD
• 95,440 points
1,282 views
0 votes
1 answer

AttributeError: module 'tensorflow.compat' has no attribute 'v1'

Hi@Usman, It seems you are using an older ...READ MORE

answered Jul 19, 2020 in Machine Learning by MD
• 95,440 points
3,513 views
0 votes
1 answer

After installation of tensorflow ,attribute error: no Session module exists

To install TensorFlow you need to have ...READ MORE

answered Mar 16, 2020 in Machine Learning by Sirajul
• 59,230 points
762 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,067 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,488 views
0 votes
2 answers

ModuleNotFoundError: No module named 'tensorflow'

If you are using Anaconda, go to ...READ MORE

answered Nov 17, 2020 in Machine Learning by Vignesh

edited Aug 11, 2021 by Soumya 17,324 views
0 votes
1 answer

ImportError: No module named seaborn

Hi@akhtar, By default it comes with Anaconda but ...READ MORE

answered Apr 28, 2020 in Machine Learning by MD
• 95,440 points
3,486 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP