Installing Kallithea 0.7.0
kallithea at simple-test-bed.de
kallithea at simple-test-bed.de
Sun Feb 2 22:07:22 UTC 2025
Hello,
I currently try to install the current kallithea 0.7.0 with
>> pip install kallithea <<
in a virtualenv.
Unfortunately the installation process stops when it comes to the installation of FormEncode.
I my environment I have Python 3.11.2 and Formencode 2.1.1 installed (Debian Bookworm)
Unfortunately it looks like, that Kallithea is requesting a very old FormEncode<1.4,>=1.3.1
and this is not possible, as my Python is to new for this old version of FormEncode.
The error message is:
---------------------
>Collecting FormEncode<1.4,>=1.3.1
> Using cached FormEncode-1.3.1.tar.gz (197 kB)
> Preparing metadata (setup.py) ... error
> error: subprocess-exited-with-error
>
> × python setup.py egg_info did not run successfully.
> │ exit code: 1
> ╰─> [6 lines of output]
> Traceback (most recent call last):
> File "<string>", line 2, in <module>
> File "<pip-setuptools-caller>", line 34, in <module>
> File "/tmp/pip-install-n99bph_c/formencode_037c45eb45cf47ee9630062343df91eb/setup.py", line 15, in <module>
> raise ImportError('Python version not supported')
> ImportError: Python version not supported
> [end of output]
How can I overcome this problem?
Thanks for any useful hints.
_w
More information about the kallithea-general
mailing list