Experiencing new Warnings and info

Hello Folks

I have just upgraded my laptop from Ubuntu 18.04 to 20.04. And wanted to create a new VENV to use phyton 3.8 instead of 3.6, so I installed a new VENV with RASA. When I run any RASA command (Rasa Shell, Rasa interactive, or RASA RUN ACTIONS) I get some warning from TensorFlow:

RASA version:

Besides I experiencing problems with PIP backtracking installing RASA X:

Would be possible for all these issues to be related?

Thanks in advance!!!

Hi @wvalverde67. The tensorflow dependency prints out the warnings, which I would say you generally do not need to worry about since they are warnings and not errors. I don’t think they are related to the problems with PIP backtracking. If I understand correctly, you are unable to install Rasa X?

Hello @tyd

Yes, I can not install RASA X within this environment. After several hours of waiting for the process to end, the final message is:

Thanks for your help!!

Hello @tyd

Additional information of this virtual environment, attached.

pip.txt (4.4 KB)

Thanks

Hello @tyd

I have found a “workaround” until the new version of PIP arrives:

pip3 install --use-deprecated=legacy-resolver rasa-x --extra-index-url https://pypi.rasa.com/simple

Greetings!!

1 Like