trislaz / gigassl

Repository for the Giga-SSL paper
MIT License
20 stars 1 forks source link

version of python #2

Closed kwignb closed 1 year ago

kwignb commented 1 year ago

Hi, thanks for sharing the great works!

Could you please tell me what version of python you are using?

trislaz commented 1 year ago

Hello, sure, i'm using python 3.9.12 ! But the code has been tested with python 3.8 too

kwignb commented 1 year ago

Thank you for your reply! I ran conda install --yes --file requirements.txt with Python 3.9.12 as you mentioned and received the message that the following packages are not available.

Could you please let me know if there is something wrong?

trislaz commented 1 year ago

Thank you for pointing out this malfunction ! I pushed the new requirement file, I tested it on several devices and it seems to work. Can you please try to run this: conda env create -f requirements.yml && conda activate gigassl At the root directory of your repo (after pulling it) ?