UBC-MDS / DSCI_522_Group-11_Save-The-Earth

MIT License
0 stars 0 forks source link

Pytest Issue #15

Closed Aishwarya120111 closed 10 months ago

Aishwarya120111 commented 10 months ago

Hi all,

I have created my function file and pytest file. I am getting below error when trying to run my test. In my environment I have pandas installed, but it is still not able to find out the module.

pytest
tonyshumlh commented 10 months ago

May I know if you are running it in local IDE or local Notebook or Docker Notebook?

Aishwarya120111 commented 10 months ago

I am running in my local notebook with 522 kernel

tonyshumlh commented 10 months ago

Narrowed down this problem that it seems relating to the difference between Windows and Linux/Mac as it works well in Linux container

Aishwarya120111 commented 10 months ago

Confirmed from Tiffany, that it is fine as its working in the linux container.