Closed jscottbranson closed 3 years ago
Hi @crypticrabbit,
I've just pushed a fix on master that should address this problem (effb5d796e55dbf28de2ec8d6711fcf2724bc62f ) Would you mind pulling the latest changes and giving it another go?
Works now, thanks so much, @mauromsl. I really appreciate the effort you all put into to this terrific software!
Describe the bug I'm following the instructions for a native install on Debian 10. I've successfully installed the dependencies from requirements.txt. However, in order to install the libraries in requirements.txt, I had to change 'jsmin==3.0.0' so it would work with Python 3.7.3, and I also had to install default-libmysqlclient-dev using apt. Other than those modifications, I've done everything by the docs.
When I run
python3 manage.py install_janeway
, and the install raisesKeyError: 'homepage_element
.Janeway version Master/HEAD: 6360362082c251c5c7bf5ea38352f8c1af62890e
This issue does not impact the v1.4-RC-4 release.
To Reproduce Steps to reproduce the behavior:
sudo apt-get install libxml2-dev libxslt1-dev python3-dev zlib1g-dev lib32z1-dev libffi-dev libssl-dev libjpeg-dev default-libmysqlclient-dev
workon janeway
from insidesrc
Traceback
Thanks so much, I'm really excited to get janeway running!
~Scott