- Jan 24, 2018
- 1,717
- 1,540
I must be a dumbass because I can't import new modules
Using VS-Code
Python 3.10
(not using a virtual environment atm)
Making code for renpy game.
gives
I tried
in the console, and the console said they installed correctly. But the compiler still can't find them (see above error).
TLDR How do you install modules into the project?
Using VS-Code
Python 3.10
(not using a virtual environment atm)
Making code for renpy game.
Code:
import cv2
from supportfiles.pymediainfo import MediaInfo
You don't have permission to view the spoiler content.
Log in or register now.
I tried
Code:
pip install pymediainfo
pip install opencv-python
TLDR How do you install modules into the project?