jschneier/django-storages

no matches found: django-storages[s3]

Closed this issue · 3 comments

When following the installation guide for s3, I try to install it and get an error saying th package does not exist:

% pip install django-storages[s3]
zsh: no matches found: django-storages[s3]

My env:

  • macos 14.3
  • pip 24.2
  • Python 3.9.6

Can you try with quotes?

@jschneier

pip install "django-storages[s3]"

this actually worked! Had no idea there might even be a difference.

Thanks, I think it's worth reflecting this in the docs

Fascinating, this is a zsh problem. Works fine in both bash & fish.