How can I install Kallithea on Windows Server 2022 with Python 3.11?

71 views Asked by At

I installed current Python (3.11). Then pip install pywin32 --upgrade, created folders and python -m venv ... called activate in Scripts folder and pip install --upgrade pip setuptools. Finally pip install kallithea. Waiting full of anticipation...

ImportError: Python version not supported

Is it still possible to get Kallithea running on Windows (how?) or can you actually consider it dead now and have to use something else?

Adam JenĨa is right - Kallithea uses an outdated FormEncode:

Collecting FormEncode<1.4,>=1.3.1 (from kallithea) Using cached FormEncode-1.3.1.tar.gz (197 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

0

There are 0 answers