Package versions #2
Unanswered
francesco-cardinale
asked this question in
Q&A
Replies: 2 comments 6 replies
-
|
Hi, thank you for pointing this out, I will include a versioned requirements file in the future when I have time. For now I can give you a freeze of a fresh environment which I just created on MacOS using the requirements.txt file (Python 3.12.9): Maybe your Python or Pillow version is too old? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@francesco-cardinale Can you test it with the current api-only docker image? Right now I can just test arm64 image, but it seems to work now. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to set up the project, but I'm running into issues due to the lack of specified versions in
requirements.txt. Without version constraints, dependencies might not be compatible, leading to unexpected errors.For example, when attempting to preprocess an image with text, I get this error:
ImportError: cannot import name '_imaging' from 'PIL'I suspect this is related to an incompatible version of Pillow or another dependency.
My Questions:
pip freezeoutput?requirements.txtwith specific versions to avoid compatibility issues?Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions