fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
549 stars 47 forks source link

fix(deps): install pyjwt[crypto] for auth to work out-of-box #130

Closed efiop closed 7 months ago

efiop commented 7 months ago

Currently if you install fal in a fresh environment, fal auth login will work, but you'll get a message from pyjwt:

$ fal auth login

Open browser automatically ('no' to show URL)? [Y/n]: y
✓ Authenticated successfully, welcome!
The JWK Set did not contain any usable keys. Perhaps 'cryptography' is not installed?

and any other fal commands after that will tell you that you are not authenticated. This is because of a missing [crypto] extra.

linear[bot] commented 7 months ago

FEA-2130 fal auth login not working out of the box