Checklist
What is the issue/comment/problem?
Hi! I have been following the requirements for committing examples to this repository. However i have ran into an issue. When i run: make test i get this issue [ *screenshot attatched ]:

however, as you can also observe on the screenshot, the pcs module is actually installed. The system can't seem to find the module psc.
i created a conda environment, and operated via these commands:
conda create --name env
conda install -n env python
conda activate env
make test
what might the issue be here?? because when i run my project locally, everything seems to be okay, and working properly.
Checklist
What is the issue/comment/problem?
Hi! I have been following the requirements for committing examples to this repository. However i have ran into an issue. When i run:

make testi get this issue [ *screenshot attatched ]:however, as you can also observe on the screenshot, the pcs module is actually installed. The system can't seem to find the module
psc.i created a conda environment, and operated via these commands:
conda create --name envconda install -n env pythonconda activate envmake testwhat might the issue be here?? because when i run my project locally, everything seems to be okay, and working properly.