TuSimple / centerformer

Implementation for CenterFormer: Center-based Transformer for 3D Object Detection (ECCV 2022)
MIT License
293 stars 28 forks source link

python3.9不支持pillow6.2.1 #7

Open ZecCheng opened 1 year ago

ZecCheng commented 1 year ago

requirements中要求pillow版本不高于6.2.1,而Install里的环境是在python3.9.12测试的,可Python3.9不支持安装6.2.1的pillow版本 ![Uploading image.png…]()

edwardzhou130 commented 1 year 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?

ZecCheng commented 1 year ago

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: @.***>

Liaoqing-up commented 1 year 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?

hello, is there must be python = 3.9.12? python = 3.8 is ok?

edwardzhou130 commented 1 year ago

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.