semicognitive / sveltekit-modal-langchain

An example SvelteKit project using sveltekit-modal, with a Python server endpoint written in langchain.
47 stars 6 forks source link

No module named "modal" #1

Open xpluscal opened 1 year ago

xpluscal commented 1 year ago

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

ConProgramming commented 1 year ago

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.

RickRyan26 commented 1 year ago

Try python3 -m modal token new