Hi,
I am Alakh from IU, SICE department. I was trying to install the Django portal
from the instructions here
https://github.com/apache/airavata/tree/develop/modules/ide-integration
<https://github.com/apache/airavata/tree/develop/modules/ide-integration> .
Issues facing:
1. Installation for wagtail dependency is failing. I get this error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/private/var/folders/qj/7j37j7357dl5v4kxjq81th9w0000gp/T/pip-install-3k6jhc56/Pillow/setup.py",
line 799, in <module>
raise RequiredDependencyException(msg)
__main__.RequiredDependencyException:
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
2.After the above step, I went ahead to run 'python3 manage.py
migrate'command which gave me the following error.
File
"/Users/AlakhSingh/Projects/airavata-django/airavata-django-portal/venv/lib/python3.7/site-packages/django/contrib/admin/widgets.py",
line 152
'%s=%s' % (k, v) for k, v in params.items(),
^
SyntaxError: Generator expression must be parenthesized
I resolved issue 2 by changing the Django version from 1.11.16 to 1.11.17 in
requirements.txt file although, I am not quite able to resolve issue 1 as of
now.
I was wondering if some one can help me in getting this project running on my
local system.
Thanks,
Alakh Raghuvanshi