Installing Rasa Error

I’m attempting to install Rasa for Windows 10 (64).

  1. I’ve installed Anaconda
  2. Created environment
  3. pip version = 21.2.2

When running the command :

pip install rasa or pip3 install rasa

I receive an error:

> > ERROR: Could not find a version that satisfies the requirement rasa (from versions: none)

**Here is a log of my terminal**: 

> (base) C:\Users\212763030>conda create -n rasabot4 python=3.8
> Collecting package metadata (current_repodata.json): done
> Solving environment: done
> 
> 
> ==> WARNING: A newer version of conda exists. <==
>   current version: 4.10.3
>   latest version: 4.12.0
> 
> Please update conda by running
> 
>     $ conda update -n base -c defaults conda
> 
> 
> 
> ## Package Plan ##
> 
>   environment location: C:\Users\212763030\.conda\envs\rasabot4
> 
>   added / updated specs:
>     - python=3.8
> 
> 
> The following NEW packages will be INSTALLED:
> 
>   ca-certificates    pkgs/main/win-64::ca-certificates-2022.2.1-haa95532_0
>   certifi            pkgs/main/win-64::certifi-2021.10.8-py38haa95532_2
>   openssl            pkgs/main/win-64::openssl-1.1.1m-h2bbff1b_0
>   pip                pkgs/main/win-64::pip-21.2.2-py38haa95532_0
>   python             pkgs/main/win-64::python-3.8.12-h6244533_0
>   setuptools         pkgs/main/win-64::setuptools-58.0.4-py38haa95532_0
>   sqlite             pkgs/main/win-64::sqlite-3.38.0-h2bbff1b_0
>   vc                 pkgs/main/win-64::vc-14.2-h21ff451_1
>   vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
>   wheel              pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0
>   wincertstore       pkgs/main/win-64::wincertstore-0.2-py38haa95532_2
> 
> 
> Proceed ([y]/n)? y
> 
> Preparing transaction: done
> Verifying transaction: done
> Executing transaction: done
> #
> # To activate this environment, use
> #
> #     $ conda activate rasabot4
> #
> # To deactivate an active environment, use
> #
> #     $ conda deactivate
> 
> 
> (base) C:\Users\212763030>
> 
> (base) C:\Users\212763030>conda activate rasabot4
> 
> 
> (rasabot4) C:\Users\212763030>pip install rasa
> Looking in indexes: https://nexus-commons.apps.ocp4dev.av.ae.ge.com/repository/pypi-hosted/simple
> Looking in links: https://nexus-commons.apps.ocp4dev.av.ae.ge.com/repository/pypi-hosted/simple
> ERROR: Could not find a version that satisfies the requirement rasa (from versions: none)
> ERROR: No matching distribution found for rasa
> 
> (rasabot4) C:\Users\212763030>pip3 install rasa
> Looking in indexes: https://nexus-commons.apps.ocp4dev.av.ae.ge.com/repository/pypi-hosted/simple
> Looking in links: https://nexus-commons.apps.ocp4dev.av.ae.ge.com/repository/pypi-hosted/simple
> ERROR: Could not find a version that satisfies the requirement rasa (from versions: none)
> ERROR: No matching distribution found for rasa
> 
> (rasabot4) C:\Users\212763030>

@mackoutsid you are trying to install rasa 3.x?

Yes, I am trying to install Rasa 3.x on windows 10 64

@mackoutsid for me it looks fine, and why are you not able to install rasa that’s my concern.

Share with me

  1. conda --version
  2. pip --version
  3. python --version

whilst activating conda envionment

@mackoutsid at the time of creating env did you any issues?

@nik202 I discovered the reason why I could not install. It had to do with a firewall / network issue on my end. Thank you for confirming the steps were correct.

@mackoutsid ok, please close this thread!