Create Enviroment conda create -n gru python==3.7.0 Active Enviroment conda activate gru Install Dependencies pip install tensorflow==2.5.0 Export Dependencies conda list -e > requirements.txt