Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use dev environment any longer #348

Open
SirMartin opened this issue Apr 4, 2024 · 0 comments
Open

Not able to use dev environment any longer #348

SirMartin opened this issue Apr 4, 2024 · 0 comments

Comments

@SirMartin
Copy link
Contributor

I am trying to make some contribution (I could in the past), but right now it is impossible to run the development environment.

If I try to run via de docker using the command from https://github.com/krateng/maloja/blob/master/DEVELOPMENT.md

sh ./dev/run_docker.sh

It fails in the step 4
image

ERROR: failed to solve: process "/bin/sh -c echo \"\" &&   echo \"**** install build packages ****\" && \tapk add --no-cache --virtual=build-deps \t\tgcc \t\tg++ \t\tpython3-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlibffi-dev \t\tlibc-dev \t\tpy3-pip \t\tlinux-headers &&   echo \"\" && \techo \"**** install runtime packages ****\" && \tapk add --no-cache \t\tpython3 \t\tpy3-lxml \t\ttzdata &&   echo \"\" && \techo \"**** install pip dependencies ****\" && \tpython3 -m venv /venv &&     . /venv/bin/activate && \tpython3 -m ensurepip &&     pip install -U --no-cache-dir \t  pip \t  wheel &&   echo \"\" &&   echo \"**** install maloja requirements ****\" &&   pip install --no-cache-dir -r requirements.txt &&   echo \"\" && \techo \"**** cleanup ****\" && \tapk del --purge \t\tbuild-deps && \trm -rf \t\t/tmp/* \t\t${HOME}/.cache" did not complete successfully: exit code: 10

I tried also trying to installing locally and execute it with python, but I cannot even install the dependencies. I get an error doing pip install -r requirements.txt because it cannot find a match for doreah

image

I checked at pypi, and exists the version 2.0.1, but not sure why cannot find it.

Anyone that use it successfully can help me?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant