Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find 'pandas' when starting kernel with Python 3.7.3 32-bit #2863

Closed
DavidKutu opened this issue Oct 17, 2019 · 4 comments
Closed

Cannot find 'pandas' when starting kernel with Python 3.7.3 32-bit #2863

DavidKutu opened this issue Oct 17, 2019 · 4 comments
Assignees

Comments

@DavidKutu
Copy link

Steps to reproduce:

  1. Start either Interactive Window or Notebook Editor with a Python 3.7.3 32-bit kernel.
  2. Message should pop up saying it wasn't able to start the kernel and it fell back to Python 3.7.3 64-bit
  3. Try to open data viewer.
  4. An error appears. It says: 'Python package 'pandas' is required for viewing data.'

If we can fall back to Python 3.7.3 64-bit or any other version to create the kernel, we should also be able to fall back on it for the data viewer or other features.

@DonJayamanne
Copy link
Contributor

What OS is this?

@rchiodo
Copy link
Contributor

rchiodo commented Oct 18, 2019

This just means that your other python doesn't have pandas installed. You need to install pandas on the python that is running jupyter.

@greazer
Copy link
Contributor

greazer commented Oct 18, 2019

This could be fixed with our kernel selection work. But for now let's make sure we understand what's happening here.

@DonJayamanne DonJayamanne self-assigned this Oct 25, 2019
@rchiodo rchiodo self-assigned this Oct 28, 2019
@rchiodo
Copy link
Contributor

rchiodo commented Oct 28, 2019

Validated

@rchiodo rchiodo closed this as completed Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Nov 7, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants