Keras is already installed as digital library in my computer and when I am trying to run a code from github, it is not running. Here on Spyder, keras is not recognised.
Traceback
Traceback (most recent call last):
File "D:\Spyder\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 803, in update_parameter_set
self.current_widget.set_configuration(exec_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'set_configuration'
Traceback (most recent call last):
File "D:\Spyder\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 803, in update_parameter_set
self.current_widget.set_configuration(exec_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'set_configuration'
Traceback (most recent call last):
File "D:\Spyder\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 803, in update_parameter_set
self.current_widget.set_configuration(exec_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'set_configuration'
Description
What steps will reproduce the problem?
Keras is already installed as digital library in my computer and when I am trying to run a code from github, it is not running. Here on Spyder, keras is not recognised.
Traceback
Versions
Dependencies