Replies: 1 comment 1 reply
-
That means you didn't install numpy and pandas into your selected environment (and I suspect the same will be true of matplotlib). Make sure that you installed those dependencies and they were installed into the environment you selected in VS Code (do note that using the If you need help installing dependencies, you can get general Python help on Stack Overflow, Python Discord, or the python-help mailing list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the code below on VS Code and connected to a group Github repo (through Github desktop) and it says there is no module named pandas. When I comment out pandas to import numpy, it does the same for numpy.
How do I go about fixing this problem? Is accessing the group Github repo referencing that area instead of my computer, causing it to not import pandas and numpy? Any help is appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions