Issues when installing Spacy with Docker and Python version 3.12 #13524
Unanswered
pedro-patriota
asked this question in
Help: Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reproduce the issue
I tried to create a dockerfile for my Django backend and I could not make
docker compose up --build
with this file:Once I ran that command, I get this error:
My environment
Docker version 26.0.1, build d260a54
spacy==3.6.1
Important notes
I was able to execute
docker compose up --build
after I changed my Docker Python flavor topython:3.10.12-slim
instead ofpython:3.12-slim
.Beta Was this translation helpful? Give feedback.
All reactions