aicoe-aiops / operate-first-jupyterhub-analysis

Operate first Jupyterhub application provides a Jupyter notebook environment for python development and running machine learning workloads. In this repository, we analyze the data generated from the application hosted on the Operate First cluster on Openshift.
Other
2 stars 3 forks source link

Current set of packages in image throw `ValueError` when reading parque files in `use_data.ipynb` #36

Open MichaelClifford opened 2 years ago

MichaelClifford commented 2 years ago

Describe the bug When I run the second cell in notebook use_data.ipynb after starting the correct notebook image on smaug, the data does not load and I get the following error:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

To Reproduce Steps to reproduce the behavior:

  1. Go to smaug jupyterhub spawner page
  2. Start the operate-first-jupyterhub-analysis image
  3. Open the notebook use_data.ipynb
  4. Run all cells
  5. See error

Expected behavior Data loads correctly.

Additional context I was able to fix this by installing the latest version of numpy in my JH environment. Need to update the packages used in the current notebook image.