platydock uses invalid web_build command #25

Closed
opened 2022-07-05 01:38:40 +02:00 by blacklight · 0 comments
Owner

I've installed platypush v21.1-1 and am trying to build a container using platydock per the instructions at https://git.platypush.tech/platypush/platypush/-/wikis/run-platypush-in-a-container.

After cloning, the utility calls:

/bin/sh -c git clone --recursive https://git.platypush.tech/platypush/platypush.git /app && cd /app && pip install -r requirements.txt && python setup.py web_build

but fails with:

error: invalid command 'web_build'

I see from the repo that this command was included in prior versions of setup.py, but not the current version. Has platydock not been updated to reflect this? Or am I doing something wrong?

I've installed platypush v21.1-1 and am trying to build a container using `platydock` per the instructions at [https://git.platypush.tech/platypush/platypush/-/wikis/run-platypush-in-a-container](https://git.platypush.tech/platypush/platypush/-/wikis/run-platypush-in-a-container). After cloning, the utility calls: `/bin/sh -c git clone --recursive https://git.platypush.tech/platypush/platypush.git /app && cd /app && pip install -r requirements.txt && python setup.py web_build` but fails with: `error: invalid command 'web_build'` I see from the repo that this command was included in prior versions of `setup.py`, but not the current version. Has `platydock` not been updated to reflect this? Or am I doing something wrong?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#25
No description provided.