-
Notifications
You must be signed in to change notification settings - Fork 153
The command '/bin/sh -c ln -s /taiga/conf.json /usr/src/taiga-front-dist/dist/conf.json' returned a non-zero code: 1 #72
Comments
Hi @gerroon, I faced the same. It have been answered by @benhutchins in #16 :
|
Thanks but not sure, I still have issues with the compose :( **}'
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-vs2kqvkg/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-oiw67hj1/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-vs2kqvkg/cryptography/ |
Yeah sorry, faced this one too. We're following the exactly same path ^^ This error comes from Taiga Back and seems to be versions incompatibility between openssl and cryptography (source: https://github.com/taigaio/taiga-back/issues/1003). Thanks to new requirements this issue had been fixed in Taiga Back so my quick fix was to update submodules with latest versions with #70.
Now I get no more error (hoorray), but I face the taiga "an issue occurred" page (shame). Perhaps a configuration forgot. I'll look at it this later today. |
I encountered exact same issues when setting up taiga, thank you @BiBzz ... For the issue mentioned at the end with the "an issue occured" page.
Also, make sure the values are "True" not lowercase "true" - that doesnt work. |
Thanks @zgec for having pointing this! |
Hi
Trying to set this up on Debian Buster but I keep hitting errors, one of it is below.
The text was updated successfully, but these errors were encountered: