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
The Readme specifies to use "conda install -r requirements.txt" in installations which is not a valid conda command. It works when using pip instead of conda, alternatively "conda install --yes --file requirements.txt" would be the conda version of the same command.