ThePythonDev

Results 3 comments of ThePythonDev

As mentioned before issues are now all on Jira: https://rasa-open-source.atlassian.net/jira/software/c/projects/OSS/issues?jql=project%20%3D%20%22OSS%22%20ORDER%20BY%20created%20DESC So I would suggest heading over there

I agree, although I would take an approach such as: ``` def clear(): if os.name == "NT" os.system("cls") else: os.system("clear") clear() ```

UPDATE: some how I was able to install on RPI 4. I will leave this open for others having this problem