Rasa-x 0.27.7 requires alembic<2.0.0,>=1.0.10, which is not installed

When i installing rasa-x using pip install rasa-x -i https://pypi.rasa.com/simple it throws the error.

rasa-x 0.27.7 requires alembic<2.0.0,>=1.0.10, which is not installed,

AssertionError: alembic<2.0.0,>=1.0.10 .dist-info directory not found.

Any one pl give solution

install alembic package for requirement

I have tried alembic using pip install alembic 2.0.0, 1.0.10. But still is error not cleared.

when i try pip install 1.0.10 this error coming.

Could not find a version that satisfies the requirement 1.0.10 (from versions: ) No matching distribution found for 1.0.10

try different Version alembic · PyPI

used 1.4.2

Hi @bparikh99 In alembic site requirement mentioned as Requires: Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3. i have installed 2.7, 3.6.8. But still this error coming Could not find a version that satisfies the requirement 1.0.10 (from versions: ) No matching distribution found for 1.0.10. Thanks for reply…

Hi @thiruvenkat, you should use one of the recommended Rasa X installation methods to install Rasa X onto a server.