TheophileBlard / french-sentiment-analysis-with-bert

How good is BERT ? Comparing BERT to other state-of-the-art approaches on a French sentiment analysis dataset
MIT License
146 stars 35 forks source link

Can we set the pipfile to use python 3.7 or is it necessary to have python 3.8 install ? #7

Closed keloemma closed 3 years ago

keloemma commented 3 years ago

Hello, as the title suggests , i am trying to run your conda on my computer and I was wondering if I could set up the version of python to 3.7 or is it necessary to have 3.8 ?

TheophileBlard commented 3 years ago

I don't think python 3.8 is a hard dependency of the project, thus I believe 3.7 should work. Let me know if something goes wrong !

TheophileBlard commented 3 years ago

Hi @keloemma, did you succeed setting up the project with python 3.7 ?