ImportError: cannot import name 'POSTGRESQL_SCHEMA' from 'rasa.core.constants

File “c:\users\akhil\desktop\probotiq\env\lib\site-packages\rasax\community\database\utils.py”, line 23, in from rasa.core.constants import POSTGRESQL_SCHEMA ImportError: cannot import name ‘POSTGRESQL_SCHEMA’ from ‘rasa.core.constants’ (c:\users\akhil\desktop\probotiq\env\lib\site-packages\rasa\core\constants.py)

i am getting this error while running the command ‘rasa x’ my configuration’s are rasa-1.6.0 and python 3.7.4

It seems you are using Rasa X with a version of Rasa Open Source which aren’t compatible to each. Please check the compatibility matrix to see which Rasa X version works with which Rasa Open Source version.

1 Like

Thank you