dangnh0611 / kaggle_rsna_breast_cancer

1st place solution of RSNA Screening Mammography Breast Cancer Detection competition on Kaggle: https://www.kaggle.com/competitions/rsna-breast-cancer-detection
MIT License
75 stars 25 forks source link

Install requirements - python version #5

Closed Kaschi14 closed 12 months ago

Kaschi14 commented 1 year ago

Which python version did you use, was it Python3.8? And installing with pip install -r requirements.txt is not possible because some of the installations are with local files. Which versions does this packages have?

dangnh0611 commented 1 year ago

Hi, the provided requirements.txt is just for reference purpose only. Another words, if you have trouble installing some packages, take requirements.txt as just a reference for version clarification. The recommended way to install all neccesary dependencies is using docker. You can also install the default package names (without specific version ==) binded with your OS distribution/Python listed in requirements.txt and it should work.