I am able to install rasa x using the quick installation. However, my webserver nginx is unreachable then. k3s is layering up on nginx listing to the IP address instead. I want to listen to a local port, e.g. 127.0.0.1:1234 which I can bind later with nginx then so that everything is working.
(a) Can I do this using the quick installation and k3s ?
Installation rasa x for local mode, I always get the error:
Could not find a version that satisfies the requirement tensorflow<2.4,>=2.3.4 (from rasa<3.0.0,>=2.8.5->rasa-x) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow<2.4,>=2.3.4 (from rasa<3.0.0,>=2.8.5->rasa-x)
(b) How can I install it on a local machine without touching tensorflow. I also tried to install lower versions of tensorflow, but that’s pain and headache combined - this cannot be the solution and did not work for me at all.
@kw005 can you follow the basic steps and are you able to install Anaconda on your machine? If yes do you want me to share the solution for you yes or no?