How To Set Up LangChain Python Development Environment With Pipenv And Dotenv In VSCode

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 8

  • @veganath
    @veganath Год назад +1

    Thank you it was helpful

  • @amuthans7324
    @amuthans7324 Год назад +1

    very helpful video to start on langchain

  • @ankita_h
    @ankita_h Год назад +1

    When I am selecting pipenv shell in VS code, it's giving me error as: 'pipenv' is not recognized as an internal or external command. Can you pls suggest.

    • @TrickSumo
      @TrickSumo  Год назад

      Hi
      Is "pipenv shell" command successful when you run in terminal? When you run pipenv command, it should work in terminal.
      also, try restarting vscode after pipenv installation.

    • @ankita_h
      @ankita_h Год назад

      @@TrickSumo no not working from command prompt also.

    • @TrickSumo
      @TrickSumo  Год назад

      Looks like pipenv is not installed properly ("pip install pipenv" command).
      You can also try virtualenv if that works for you