I am trying to install rasa in macos , initially was unable to install so i downgrade my python version from 3.10 to 3.7 and now i am able to install rasa but while training the model i am getting the below error
SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to “sqlalchemy<2.0”. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: Error Messages — SQLAlchemy 2.0 Documentation)
Base: DeclarativeMeta = declarative_base()
/Users/saptamisubhadarsini/Desktop/rasa-init-demo/venv/lib/python3.7/site-packages/rasa/shared/utils/validation.py:131: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 72.2.0.post20240804 documentation
import pkg_resources
/Users/saptamisubhadarsini/Desktop/rasa-init-demo/venv/lib/python3.7/site-packages/pkg_resources/init.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 72.2.0.post20240804 documentation
declare_namespace(pkg)
/Users/saptamisubhadarsini/Desktop/rasa-init-demo/venv/lib/python3.7/site-packages/pkg_resources/init.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('google')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 72.2.0.post20240804 documentation
declare_namespace(pkg)
zsh: illegal hardware instruction rasa train