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

pandas not recognized when using dataviewer in Python interactive window #3266

Closed
zurCocaP opened this issue Jul 15, 2019 · 2 comments
Closed
Assignees

Comments

@zurCocaP
Copy link

Maybe related to microsoft/vscode-python#3123

MacOS 10.14.5, VSCoded 1.36.1, Intel Python 3.6.8, pandas 0.24.1+0.g1700680.dirty

When trying to visualize a variable in the Python interactive window, operation fails with error message "
Python package 'pandas' is required for viewing data"

Screen Shot 2019-07-15 at 1 48 17 PM

@rchiodo
Copy link
Contributor

rchiodo commented Jul 15, 2019

I believe your panda's version is messing up our parsing logic. We assume the first 3 elements of the version are integers.

@rchiodo rchiodo self-assigned this Jul 15, 2019
@rchiodo
Copy link
Contributor

rchiodo commented Jul 16, 2019

Fixed. Our next insider's build should have the fix. (Ready in about an hour from now)

@rchiodo rchiodo closed this as completed Aug 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 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

2 participants