rohanshiva / Deta-FastAPI-JWT-Auth-Blog

Code for Deta+FastAPI+JWT Auth Blog
58 stars 15 forks source link

failed to deploy #1

Closed koaning closed 3 years ago

koaning commented 3 years ago

When I run deta new an error appears.

> deta new
Error: failed to deploy: Improper file name venv/lib/python3.7/site-packages/setuptools/script (dev).tmpl. See naming rules

Is that supposed to happen?

rohanshiva commented 3 years ago

Can you please try providing a name? For more info refer to https://docs.deta.sh/docs/cli/commands/#deta-auth-create-api-key

koaning commented 3 years ago

The issue here was that my virtualenv was called venv. It seems deta assumes it's called .venv.