cbaziotis / datastories-semeval2017-task4

Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
MIT License
196 stars 63 forks source link

python version #45

Open Abolivi5797 opened 1 year ago

Abolivi5797 commented 1 year ago

which version of python should i use which should be compatible with your requirements.txt file?

Zaque-69 commented 1 year ago

Hi ! I don't think there is a specific version of python to use when you download libraries or modules from txt files, but you can use the command 'python -m pip install -r requirements.txt' or anyway is called your file.

If you want to update python, download the latest version from https://www.python.org/downloads/. To see what version you have, type 'python --version'.

perwez-akhtar commented 1 year ago

There is no such requirements of version it better to use or make habit of using virtual environment.

Abolivi5797 commented 1 year ago

It wasn't working for me with the current version of python as the packages in requirement files are not compatible with the current version. So, I used python 3.6.13 and it's working now.

perwez-akhtar commented 1 year ago

good