-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3.9不支持pillow6.2.1 #7
Comments
I am actually using |
Thanks for your reply!I checked for this website —— Installation - Pillow (PIL Fork) 9.3.0.dev0 documentation and found that python 3.9 only supports pillow >=8.0. I will try pillow 8.0 later.
Chauncy
***@***.***
…------------------ 原始邮件 ------------------
发件人: "TuSimple/centerformer" ***@***.***>;
发送时间: 2022年10月27日(星期四) 上午8:28
***@***.***>;
***@***.******@***.***>;
主题: Re: [TuSimple/centerformer] python3.9不支持pillow6.2.1 (Issue #7)
I am actually using python = 3.9.12 and Pillow = 6.2.1 in my environment. There should be no conflict between them. Can you try another version of pillow?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
hello, is there must be python = 3.9.12? python = 3.8 is ok? |
There are no strict requirements for the version of python/PyTorch/Cuda. The code should work if you manage to successfully install all libs. Our code only supports Spconv 1.2.1 though. |
requirements中要求pillow版本不高于6.2.1,而Install里的环境是在python3.9.12测试的,可Python3.9不支持安装6.2.1的pillow版本
The text was updated successfully, but these errors were encountered: