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

Missing packages message when trying to open data viewer #191

Closed
amunger opened this issue May 28, 2024 · 4 comments
Closed

Missing packages message when trying to open data viewer #191

amunger opened this issue May 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@amunger
Copy link

amunger commented May 28, 2024

I'm in a venv with just pandas installed.

Data Wrangler opens to an error screen

Originally posted by @rzhao271 in microsoft/vscode-jupyter#15680 (comment)

@amunger
Copy link
Author

amunger commented May 28, 2024

Maybe there was some dependencies that Jupyter was taking care of installing?

@amunger
Copy link
Author

amunger commented May 28, 2024

@rzhao271 - if you disable the data wrangler extension, does the Data viewer from Jupyter open successfully?

@pwang347
Copy link
Member

@amunger @rzhao271 Thank you for reporting this issue! It seems like we had a dependency on setuptools which is no longer installed by default with venv and ensurepip. We can fix this on our side by removing our dependency on it.

@pwang347 pwang347 added the bug Something isn't working label May 29, 2024
@pwang347
Copy link
Member

This issue is now fixed in version 1.3.0. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants