The AI Engineer Course 2025: Complete AI Engineer Bootcamp

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 scikitlearn==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 nltk
pip install  pandas
pip install
matplotlib
pip install
spacy
pip install 
textblob
pip install 
vaderSentiment
pip install 
transformers
pip install 
 scikitlearn
pip install
 gensim
pip install seaborn
pip install 
torch
pip 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