antonioguj / bronchinet

Airway segmentation from chest CTs using deep Convolutional Neural Networks
MIT License
62 stars 26 forks source link

Installation error (dependency conflicts) with Python 3.9 #19

Open bowenxin opened 2 years ago

bowenxin commented 2 years ago

Hi,

Thanks for developing this method. I encountered an issue when I used "pip install -r requirements_torch.txt" with python 3.9. It seems the requirement of pandas (1.0.3) was not compatible with python 3.9. I tried with python 3.8 and the installation went fine.

Perhaps specifying the requirement of python version could be added to the documentation for future users.

Cheers, Bowen

dscarmo commented 1 year ago

Thank you I had the same problem