I was installing DevStack on Ubuntu 20.04 when I encountered this error It says that the Neutron module was not found while neutron is installed


++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:439
  /usr/local/bin/python3.8 -c 'from neutron.common.ovn import extensions ;\

        print(",".join(extensions.ML2_SUPPORTED_API_EXTENSIONS))
'
Traceback (most recent call last):
  
File "<string>", line 1, in <module>

ModuleNotFoundError: No module named 'neutron'

+lib/neutron_plugins/ovn_agent:filter_network_api_extensions:439