I want to install Pymunk to learn Python physics simulation, however, while installing it by enter this command into the terminal. I'm on MacOS:
pip3 install pymunk
The package is installed successfully, as no errors occur during the installation process (I have installed Pygame the same way before)
When I tried to import the library in VSCode, python said that the module didn't exist. I had even tried it in IDLE, but it still didn't work. Interestingly, by using the command python3 to open up the Python shell editor inside the terminal, the module imports with no problem. This is so weird to me, as I haven't found any documentation of anything like this before, how can I resolve the issue? When trying to reinstall the package, pip just tells me that it's already installed. I have installed Pygame the same way before and that worked before