sveltekit-modal-langchain icon indicating copy to clipboard operation
sveltekit-modal-langchain copied to clipboard

No module named "modal"

Open xpluscal opened this issue 2 years ago • 2 comments

What is the desired way to have the required python packages installed to run in vite?

xpluscal avatar Apr 01 '23 11:04 xpluscal

Sign up for Modal https://modal.com/signup and they have a Getting Started page

After you have an account the commands are pip install modal-client modal token new

Note: for me I used pip3 instead of pip, but my environment isn't configured perfectly.

ConProgramming avatar Apr 01 '23 15:04 ConProgramming

Try python3 -m modal token new

RickRyan26 avatar Jun 15 '23 19:06 RickRyan26