You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Hi MSE,
you accidentally pushed your python environment folder named "env" to GitHub. Steps to solve the Problem:
Activate your environment locally:
Linux:
source ./env/bin/activateWindows:
.\env\Scripts\activateSave your installed packages in requirements.txt
`pip freeze > requirements.txt
Check if requirements.txt contains the same packages as listed in ./env/Lib/site-packages/
Add env folder to .gitignore
env/Push changes to GitHub
Best Regards
Luca Küchler