Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

104
Views
Django 3rd party packages not working

Good day

I'm working through a Django projects book called Django by example

I am stuck working through the projects because I seem to be having trouble with 3rd party packages, namely taggit and pillow

Using pillow as an example.. This is the error I get when I makemigrations for my apps model:

(shop) PS C:\dan_projects\django_by_example_shop\myshop> py -3 .\manage.py makemigrations
SystemCheckError: System check identified some issues:
ERRORS:
shop.Product.image: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "pip install Pillow".

Yet 'pip freeze' is telling me that pillow is installed:

(shop) PS C:\dan_projects\django_by_example_shop\myshop> pip freeze
Django==1.8.5
Pillow==2.9.0

Any help would be greatly appreciated!!

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You seem to be running a different Python executable when you run manage.py, with your py -3 command.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!