OCA / oca-weblate-deployment

6 stars 12 forks source link

Adapt to weblate 5.6 #13

Closed sbidoul closed 1 month ago

sbidoul commented 1 month ago

Recent versions of the weblate container use uv to install weblate and pip is not available in their venv.

@remi-filament

sbidoul commented 1 month ago

Cool! If you can push the docker-compose changes here that's welcome yes as I had forgotten.

sbidoul commented 1 month ago

BTW, another way would have been to use pip --python /app/venv/bin/python install weblate-odoo-component-generator, or uv pip install --python /app/venv/bin/python, as both pip and uv can work from outside the target venv these days.

remi-filament commented 1 month ago

Thanks for the tips !