chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Chainlit can't be recognized

Open Zampiva opened this issue 1 year ago • 0 comments
trafficstars

I installed chainlit using pip install chainlit on terminal, when I hit pip install chainlit again it says that every requirement is already satisfied. But when I hit chainlit hello or chainlit run it says that chainlit is not recognized as an installed file, I have already set python 3.9 as default version on windows environment path and restart my PC, but that error keeps appearing.

Edit: I was able to run chainlit on anaconda prompt as admin, but that error keeps appearing on VS code and pycharm.

Desktop Screenshot 2024 08 09 - 10 35 03 38

chainlit hello
chainlit : The term 'chainlit' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and 
try again.
At line:1 char:1
+ chainlit hello
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (chainlit:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • OS: Windows 10 Pro
  • Browser Firefox
  • Version 129

Zampiva avatar Aug 09 '24 13:08 Zampiva