Internal Server Error 500 on Login screen related to Register(GET) API

Hi All, I got “500 internal server error” when trying to access PrivacyIdea on my local windows system, where it is failing for Register(GET) API. I have followed below steps for PrivacyIdea setup.
1.git clone GitHub - privacyidea/privacyidea: multi factor authentication system (2FA, MFA, OTP Server)
2.cd privacyidea
3.virtualenv venv
4.source venv/bin/activate
5.pip install -r requirements.txt
6…/pi-manage createdb
7…/pi-manage create_enckey
8…/pi-manage admin add
9…/pi-manage runserver

after running last command when try to access portal via http://localhost:5000 it throws below error :
ERROR:privacyidea.app:Exception on /register [GET]
Traceback (most recent call last):
File “C:\Users\MFATools\privacyidea\privacyidea\lib\utils_init_.py”, line 751, in reload_db
internal_timestamp = timestamp.strftime("%s")
ValueError: Invalid format string
strong text

The trick to solve your problem:

DO NOT RUN PRIVACYIDEA ON WINDOWS!

Read here: 2.1. Python Package Index — privacyIDEA 3.6.2 documentation
…“on any Linux distribution…” I think this is perfectly clear?