Date: 2025-01-03 07:46:20
Score: 1
Natty:
Downgrade python to 3.10 that works fine.
Incase you are using Jupyter notebooks, follow below
- Open Anaconda command Prompt, Create an environment
conda create -n python=3.10.4 jupyter
- check is environement is created
conda env list
- activate the environment
conda activate
- Now open jupyter notebooks
jupyter notebook
Reasons:
- No code block (0.5):
- Low reputation (0.5):
Posted by: Vamshikrishna Nakka