Python fail to build

Hi. Probably some mistake of mine or just generally problem on my side, but the build of my #ip1 stage of building a shell with Python does not go through. It terminates at 13th step each time giving this:

What could I do to fix this?

Here is a link to my GitHub with the code:

Thanks!

Hey @Finyti, deleting these files/folders should resolve the issue:

Out of curiosity, could you confirm if you’ve used venv or other tools to generate those files/folders?

If so, we’d love to improve the .gitignore in the starter code to prevent similar issues in the future.

1 Like

Thank you very much, solved it :slight_smile:
Yes, I was indeed using venv here.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.