vkola-lab / ncomms2022

Multimodal deep learning for Alzheimer's disease dementia assessment
MIT License
95 stars 25 forks source link

installation issue from requirements.txt #6

Closed XinQi7788 closed 1 year ago

XinQi7788 commented 1 year ago

After creating a conda environment, use pip install -r requirements.txt, but encountered many ERRORs: No matching distribution found for many libraries.

For instance, ERROR: Could not find a version that satisfies the requirement libpng==1.6.37 (from -r requirements.txt (line 40)) (from versions: none)

Can you please update a new requirements.txt file to fix such issues? Thank you very much.

shangranq commented 1 year ago

Hey, we have just updated the requirements.txt file. Please let us know if you run into other issue when setting up the environment.

XinQi7788 commented 1 year ago

I created a conda environment with python=3.8, then pip install -r requirements.txt using the latest updated one, but still got errors as below.

image

Thanks Xin