Hi, I’ve encountered this problem when trying to activate RASA with the license, I did followed the instruction provided by RASA on how to activate it with license, but it still couldn’t work for me. Does anyone have anyidea?
Failed to validate Rasa Pro license which was read from environmental variable RASA_PRO_LICENSE. Please ensure RASA_PRO_LICENSE is set to a valid license string.
Hi,I got the key from 1 day before i used it, and yes I did tried to follow the guide that RASA provided, but I stuck at the activating there, I pasted the codes into my powershell, it didnt reply with anything, then I tried to run the ‘rasa init’ at my anaconda prompt, then it shows no license found
I used this code (i replaced the to <…> the license string given in mail):
[System.Environment]::SetEnvironmentVariable(‘RASA_PRO_LICENSE’,‘’,‘USER’)
Try setting it manually by searching Edit the system environment variables in Start menu and click Environment Variables to add your RASA_PRO_LICENSE key in the System variables.
Or try using temporarily: $env:RASA_PRO_LICENSE = 'your_key'