HUANGLIZI / LViT

[IEEE Transactions on Medical Imaging/TMI] This repo is the official implementation of "LViT: Language meets Vision Transformer in Medical Image Segmentation"
MIT License
283 stars 26 forks source link

python版本? #8

Closed gaoxx37 closed 1 year ago

gaoxx37 commented 1 year ago

大佬好,我在复现论文的实验遇到了问题。我在win10平台下基于anaconda进行python环境配置。按照readme指引安装了numpy1.17.5。(numpy官网对1.17.5的python版本要求是3.5-3.8.)然后我在批量安装requirements.txt时出现了冲突,如下图所示 image 不同包对python版本的要求不兼容,请问大佬是如何处理这个问题的?

HUANGLIZI commented 1 year ago

Please install python==3.7.0. Thanks for your reminder.

gaoxx37 commented 1 year ago

Please install python==3.7.0. Thanks for your reminder.

But the compatible versions of cycler(ver0.10.0) are python2.6. and 3.3.,as shown in picture above.

HUANGLIZI commented 1 year ago

It is compatible in terms of my attempt.