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

Fix local vs. DevContainer Poetry package conflicts #64

Open
hkeeler opened this issue Nov 7, 2023 · 0 comments
Open

Fix local vs. DevContainer Poetry package conflicts #64

hkeeler opened this issue Nov 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@hkeeler
Copy link
Member

hkeeler commented Nov 7, 2023

Per @lchen-2101 on #63 (comment)

Also making a note that devcontainer and native poetry doesn't seem to play nice together. When I ran the code in my local terminal outside of devcontainer, poetry shell wasn't working properly until I did a poetry install to get all the dependencies sync'ed up again; but that seems to break the dependencies for the devcontainer which then requires a poetry install in the vs code shell running in devcontainer.

I suspect this is related to a COPY in the Dockerfile and/or a volume mount where the Mac installed Python packages are not compatible with Linux Python...and vise-versa. Let's get to the root of the problem, and see how to make the two setups play nice. While we're at it, let's check in with each of our devs to make sure we're still getting value out of the DevContainer setup.

@hkeeler hkeeler added the bug Something isn't working label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant