Open ZecCheng opened 2 years ago
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?
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: @.***>
I am actually using
python = 3.9.12
andPillow = 6.2.1
in my environment. There should be no conflict between them. Can you try another version of pillow?
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版本 ![Uploading image.png…]()