#1172·tflearn

tflearn import issue

Author: krinali1901Created Jun 11, 2023Updated Aug 24, 2023

Hello,

I am trying to run a code using tflearn. But even if i just try to import tflearn then it gives the below error WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tensorflow/python/compat/v2_compat.py:107: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version. Instructions for updating: non-resource variables are not supported in the long term

mportError: cannot import name 'is_sequence' from 'tensorflow.python.util.nest' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tensorflow/python/util/nest.py)

What can be done to resolve this?