RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.91k stars 4.63k forks source link

install all versions #10648

Closed aka-deVOID closed 2 years ago

aka-deVOID commented 2 years ago

Rasa Open Source version

3.0.4

Rasa SDK version

No response

Rasa X version

No response

Python version

3.9

What operating system are you using?

Linux

What happened?

hello. I installed Rasa on venv today. When I installed it, it received all the rasa and rasa-core versions.

Command / Request

No response

Relevant log output

Downloading rasa_core-0.11.11-py2.py3-none-any.whl (179 kB)
     |████████████████████████████████| 179 kB 1.0 MB/s 
  Downloading rasa_core-0.11.10-py2.py3-none-any.whl (179 kB)
     |████████████████████████████████| 179 kB 992 kB/s 
  Downloading rasa_core-0.11.9-py2.py3-none-any.whl (179 kB)
     |████████████████████████████████| 179 kB 1.0 MB/s 
  Downloading rasa_core-0.11.8-py2.py3-none-any.whl (179 kB)
     |████████████████████████████████| 179 kB 1.1 MB/s 
  Downloading rasa_core-0.11.7-py2.py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 1.1 MB/s 
  Downloading rasa_core-0.11.6-py2.py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 1.1 MB/s 
  Downloading rasa_core-0.11.5-py2.py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 1.1 MB/s 
  Downloading rasa_core-0.11.4-py2.py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 998 kB/s 
  Downloading rasa_core-0.11.3-py2.py3-none-any.whl (168 kB)
     |████████████████████████████████| 168 kB 1.0 MB/s 
  Downloading rasa_core-0.11.2-py2.py3-none-any.whl (166 kB)
     |████████████████████████████████| 166 kB 1.1 MB/s 
  Downloading rasa_core-0.11.1-py2.py3-none-any.whl (166 kB)
     |████████████████████████████████| 166 kB 1.1 MB/s 
  Downloading rasa_core-0.11.0-py2.py3-none-any.whl (166 kB)
     |████████████████████████████████| 166 kB 1.1 MB/s 
  Downloading rasa_core-0.10.4-py2.py3-none-any.whl (133 kB)
     |████████████████████████████████| 133 kB 1.1 MB/s 
  Downloading rasa_core-0.10.3-py2.py3-none-any.whl (133 kB)
     |████████████████████████████████| 133 kB 1.1 MB/s 
  Downloading rasa_core-0.10.2-py2.py3-none-any.whl (133 kB)
     |████████████████████████████████| 133 kB 1.0 MB/s 
  Downloading rasa_core-0.10.1-py2.py3-none-any.whl (132 kB)
     |████████████████████████████████| 132 kB 1.1 MB/s 
  Downloading rasa_core-0.10.0-py2.py3-none-any.whl (132 kB)
     |████████████████████████████████| 132 kB 1.1 MB/s 
  Downloading rasa_core-0.9.8-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 1.1 MB/s 
  Downloading rasa_core-0.9.7-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 1.1 MB/s 
  Downloading rasa_core-0.9.6-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 1.1 MB/s 
  Downloading rasa_core-0.9.5-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 1.0 MB/s 
  Downloading rasa_core-0.9.4-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 1.1 MB/s 
  Downloading rasa_core-0.9.3-py2.py3-none-any.whl (121 kB)
     |████████████████████████████████| 121 kB 1.1 MB/s 
  Downloading rasa_core-0.9.2-py2.py3-none-any.whl (121 kB)
     |████████████████████████████████| 121 kB 1.1 MB/s 
  Downloading rasa_core-0.9.1-py2.py3-none-any.whl (121 kB)
     |████████████████████████████████| 121 kB 1.1 MB/s 
  Downloading rasa_core-0.9.0-py2.py3-none-any.whl (121 kB)
     |████████████████████████████████| 121 kB 1.1 MB/s
sara-tagger commented 2 years ago

Thanks for the issue, @yennycheung will get back to you about it soon!

You may find help in the docs and the forum, too 🤗
m-vdb commented 2 years ago

this seems odd. Can you paste more information about your environment and the exact commands you ran? Do you have any custom scripts or requirement files that your environment might have picked up?

aka-deVOID commented 2 years ago

No. i use this command: python -m venv .venv with python 3.9

m-vdb commented 2 years ago

Python 3.9 is currently not supported by Rasa Open Source. Can you try installing with 3.8? I'll close this ticket