karapace
karapace copied to clipboard
not able to install karapace manaully using pythin 3.8
Hi
I am trying to install karapce manually using python 3.8
python3.8 setup.py install
Traceback (most recent call last):
File "setup.py", line 16, in
I should have searched in issues here . I used git clone and it works.
@rajsolanki73 I'm glad you figured it out, setup requires to be able to determine a version and as you figured out, when using git Karapace will use the git history to determine a version. You could also manually set a version with the KARAPACE_VERSION
environment variable. I'll leave this issue open, as I suspect we should update installation instructions in documentation.