Closed
Description
ModuleNotFoundError Traceback (most recent call last)
Cell In [34], line 1
----> 1 from openai.embeddings_utils import get_embeddings
File ~/dev/opp/chat-intents/__venv__/lib/python3.9/site-packages/openai/embeddings_utils.py:7
5 import numpy as np
6 import pandas as pd
----> 7 import plotly.express as px
8 from scipy import spatial
9 from sklearn.decomposition import PCA
ModuleNotFoundError: No module named 'plotly'
ya