Closed yaput closed 5 years ago
hi @yaput ! the correct install command is:
pip install rasa-x --extra-index-url https://pypi.rasa.com
hi @amn41
pip install rasa-x --extra-index-url https://pypi.rasa.com
Looking in indexes: https://pypi.org/simple, https://pypi.rasa.com
Requirement already satisfied: rasa-x in /Users/bluelogic2/anaconda3/envs/bluebot2/lib/python3.6/site-packages (0.0.0)
Yup did that already before. Also tried to uninstall and install the package again.
It seems that your pypicloud return a version with the tag 0.0.0
:
pip install rasa-x --extra-index-url https://pypi.rasa.com --no-cache-dir
Looking in indexes: https://pypi.org/simple, https://pypi.rasa.com
Collecting rasa-x
Downloading https://files.pythonhosted.org/packages/00/90/7b46d9b6b5ac1174113f87644d97b1111100043079e86d68e6d305876fc1/rasa_x-0.0.0-py3-none-any.whl
Installing collected packages: rasa-x
Successfully installed rasa-x-0.0.0
Trying to install the version 0.19.0
directly doesn't work either:
pip install -Iv rasa-x==0.19.0 --extra-index-url https://pypi.rasa.com --no-cache-dir
Could not find a version that satisfies the requirement rasa-x==0.19.0 (from versions: 0.0.0, 0.0.1)
No matching distribution found for rasa-x==0.19.0
@plattenschieber sorry about this the installation url in the docs was wrong, we've updated this now and it'll get pushed shortly. This is the correct installation command:
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
Did you already fix this @amn41? I just got the RuntimeError indicating to use the following way:
raise RuntimeError('Please use `pip install rasa-x -i https://pypi.rasa.com/simple` instead to install the rasa-x package')
So pip install rasa-x -i https://pypi.rasa.com/simple
seems to work for me.
@plattenschieber yes we did, we commented at the same time :D i'll leave this open until the new docs are published
👍 😄
Thanks @akelad @amn41 @plattenschieber 👍
will close now as docs have been pushed -- thanks for spotting!
Actully for me not working:
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple Looking in indexes: https://pypi.org/simple, https://pypi.rasa.com/simple Requirement already satisfied: rasa-x in c:\programdata\miniconda3\envs\hellorasa\lib\site-packages (0.0.1)
please help