Closed Manu10744 closed 1 year ago
Hi! I'm having some issues with getting my environment going, but I'll do my best to help until I can look further. I am looking at the current files, and it looks like only the AI image is 3.6. My plan was to look into that one specifically. I'll look into differences and see if I can recognize errors. Do you know if it works on the 3.7 or 3.9 versions? Thanks!
Closing old issue; this particular variant of the python runtime is no longer supported.
The python package
spacy
is not installable using the imageopenwhisk/python3action:latest
.Environment details:
Steps to reproduce the issue:
openwhisk/python3action:latest
docker run -it --entrypoint bash openwhisk/python3action
(use prefixwinpty
if using windows)spacy
by executingpip install spacy
(doesnt matter if an empty venv is activated or not, installation fails in both cases)Provide the expected results and outputs:
Provide the actual results and outputs:
The installation takes ages and eventually fails with a giant error message. Then it tries another spacy version, fails again and so on..
Additional information you deem important: