pip install nltk==3.9.1 pandas==2.2.3 matplotlib==3.10.0 spacy==3.8.3 textblob==0.18.0.post0 vaderSentiment==3.3.2 transformers==4.47.1 scikit–learn==1.6.0 gensim==4.3.3 seaborn==0.13.2 torch==2.5.1 ipywidgets==8.1.5
This installation failed the on a clean installation. I broke up the installation. Downgraded Anaconda to 2024 version with Python 3.12. Python 3.13 won’t work with gensim as of 9.3.25. Below is the installation order I installed with.
pip install nltkpip install pandaspip install matplotlibpip install spacypip install textblobpip install vaderSentimentpip install transformerspip install scikit–learnpip install gensimpip install seabornpip install torchpip install ipywidgets
python –m spacy download en_core_web_sm
pip install chardet ipykernel jupyterlab notebook
python –m ipykernel install —user —name=nlp_course_env