#๐ "Module missing source"
13 messages ยท Page 1 of 1 (latest)
@lapis trench
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
If it doesnโt break your code then it can be ignored
Most often a visual thing from your IDE
iirc thereโs a # ignore comment you can use
If you're using pycharm, it fixes itself if you pip install it in the inbuilt console
Vs code
Since this is VSCode, you just have to set your Python Interpreter properly
Preferably as a venv
Look at the bottom right of vscode with your file.py opened, you'll see smth like python (+the version), click on this and you'll be able to choose the right intepretor (try every option and it will work with one of them which is the one used in your terminal).
Im not OP
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.