There was an error while loading. Please reload this page.
Create a new environment, we are using python 3.9:
conda create -n NAME python=3.9
Remember the name! Run conda activate NAME to activate the environment before running scripts
conda activate NAME
Required Packages, run the commands below in the same order:
pip install tensorflow==2.7.0
conda install pandas
conda install -c anaconda scikit-learn
conda install matplotlib
pip install autopep8
Now everything should work :)