I’m trying to import psychopy in a new ipynb file I’m editing in Visual Studio Code, but I’m getting the error “ModuleNotFoundError: No module named ‘psychopy’”.
However I have installed psychopy using “pip install psychopy” in a conda environment with Python 3.8.18 which I am currently in. When I use “conda list” I see psychopy 2023.2.3 listed.
Does anyone know why psychopy might not be importing for me? I don’t know what else to try