#Can't import allauth package

1 messages · Page 1 of 1 (latest)

terse warren
#
  • how did you install dj-all-auth
  • how did you install django
#

and by "how", I mean exactly what did you type

#

pretty sure you've got multiple installs of python, and django is in one and dj-rest-auth is in another. vsc is only using one of them

#

unfortunately it matters what directory you're in when you run pip

#

you need to track 'em all down and figure out which ones your various packages landed in

#

maybe run pip install again, this time from inside the vscode terminal

#

that might fix it

#

I don't use vscode much

#

yes, of course; that's the problem

#

venvs are useful but man are they confusing

#

those are better-designed languages 🙂

#

at least go is, for sure