0

I was trying to install Rasa, using the command pip install rasa in my windows 10 laptop. I have Python version 3.11 installed. But am getting the below errors:

Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [20 lines of output]
      Traceback (most recent call last):
        File "C:\python311\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line   
     353, in <module>    
          main()
    File "C:\python311\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335,   
    in main        
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What am I missing? Previously, i was trying to install chatterbot module and i was stuck with similar error as well.

Also, I tried with pip install chatterbot as well, but still got error.

New contributor
prasadwtForce is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.