You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding the python interpreter from the dockerfile to my pycharm project, to get rid of my 'Unresolved reference' errors.
When trying to add it, I am getting the following error:
Step 27/31 : COPY --chown=django:django --from=build /app/ /app/
Error response from daemon: unable to convert uid/gid chown string to host mapping: can't find gid for group django: no such group: django
Build completed
Unable to find an image for introspection
Is there a better way to get introspection work in pycharm?
The text was updated successfully, but these errors were encountered:
I recommend you create a virtualenv on your host for introspection. The application docker image is not ideal for development. I would generally recommend you do everything inside containers, but I'm comfortable making an exception regarding the tooling required to support your IDE. I've tried vscode dev containers, PyCharm remote interpreter, custom-developed Dockerfiles, etc., and moving everything into containers is unnecessarily painful.
I tried adding the python interpreter from the dockerfile to my pycharm project, to get rid of my 'Unresolved reference' errors.
When trying to add it, I am getting the following error:
Is there a better way to get introspection work in pycharm?
The text was updated successfully, but these errors were encountered: