Need help with installing pandas #2225
Unanswered
LavinaPanjwani
asked this question in
Q&A
Replies: 2 comments
-
Checkout |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might help to select your Python environment from within VS Code, then open the terminal in VS Code, and run pip install from within that terminal. See https://code.visualstudio.com/docs/python/python-tutorial |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have just started learning python. And i wa trying to install pandas using following command:
python3 pip install pandas
It installed panda package but still following error is showing up.
ModuleNotFoundError: No module named 'pandas'
I'm using Windows 11 Home; (64 bits) and IDE is VS Code with extensions - Python and Pylance.
can anyone guide me with my issue?
Beta Was this translation helpful? Give feedback.
All reactions