aicoe-aiops / cloud-price-analysis-public

GNU General Public License v3.0
18 stars 17 forks source link

ModuleNotFoundError - matplotlib #25

Closed sumepati closed 2 years ago

sumepati commented 2 years ago

Describe the bug While executing notebook "cloud-price-analysis-EDA" cell 1, getting error as ModuleNotFoundError ModuleNotFoundError: No module named 'matplotlib'

To Reproduce Steps to reproduce the behavior:

  1. Go to:- cloud-price-analysis-public-2022-02-21-09-51/notebooks/experimental/cloud-price-analysis-EDA
  2. Click on:- Cell 1 and execute
  3. See error as "--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 1 import pandas as pd ----> 2 import matplotlib.pyplot as plt 3 from collections import defaultdict

ModuleNotFoundError: No module named 'matplotlib'"

Expected behavior Cell should get executed and required modules to get loaded.

Screenshots image

Additional context NA

aakankshaduggal commented 2 years ago

Hey @sumepati Thank you for creating this issue. You might want to run pipenv install to install all the required libraries. If you think some library is missing, please feel free to add a PR with the updated pipfile.

MichaelClifford commented 2 years ago

@sumepati in what environment are you seeing this error? Is this your local machine or are you using the "cloud-price-analysis" notebook image on the opf jupyterhub environment?

sumepati commented 2 years ago

Hi @MichaelClifford, I'm seeing this error in "cloud-price-analysis" notebook image on the opf jupyterhub environment?