sveltekit-modal-langchain
sveltekit-modal-langchain copied to clipboard
No module named "modal"
What is the desired way to have the required python packages installed to run in vite?
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.
Try python3 -m modal token new