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

OSError when trying to install packages #7563

Closed
Eyobs-droid opened this issue Jan 11, 2025 · 2 comments
Closed

OSError when trying to install packages #7563

Eyobs-droid opened this issue Jan 11, 2025 · 2 comments
Labels
bug status:Needs Triage Applied to issues that need triage

Comments

@Eyobs-droid
Copy link

Eyobs-droid commented Jan 11, 2025

Image

I am getting an OSError when trying to install packages in jupyterlite. Using the command !pip install doesn't help.

Operating System- Linux mint Cinnamon 6.2.9
Browser- Google chrome version 131.0.6778.264
Jupyterlite Version: o.4.5

@Eyobs-droid Eyobs-droid added bug status:Needs Triage Applied to issues that need triage labels Jan 11, 2025
@thunder8056
Copy link

Common libraries like pandas, matplotlib are often pre-installed in JupyterLite.

import pandas as pd
import matplotlib.pyplot as plt

Resolution for Seaborn Not Supported in JupyterLite

Since seaborn is not supported in the JupyterLite environment, you can use matplotlib as an alternative for data visualization.

Solution:

Replace:

import seaborn as sns

with :

import matplotlib.pyplot as plt

@Eyobs-droid
Copy link
Author

Alr thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants