Open austinmw opened 8 months ago
Hi 👋
I wasn't able to reproduce the issue, see 👇
Can you point me to a sample repository so that I can repro for myself?
Looking at the creation logs, the virtualenv
used by your dev container and mine is different. Hence, looks like I have some missing config?
Creating virtualenv my-project-iOXQ9y55-py3.11 in /home/vscode/.cache/pypoetry/virtualenvs Recreating virtualenv peloton-virtual-coach in /workspaces/peloton-virtual-coach/.venv
The virtual environment found in /workspaces/peloton-virtual-coach/.venv seems to be broken.
Also, in your case it complaints about ^
I had the same problem. The solution was to to change:
{
"postCreateCommand": "./postCreate",
}
to
{
"postCreateCommand": "chmod +x ./postCreate && ./postCreate",
}
I have the following:
devcontainer.json
:postCreateCommand.sh
: