python – Pandas not running in Jupyter Notebook, Not letting me do a conda update

When I tried to import pandas as pd this happened
/opt/anaconda3/lib/python3.8/site-packages/pandas/core/computation/expressions.py:20: UserWarning: Pandas requires version ‘2.7.3’ or newer of ‘numexpr’ (version ‘2.7.1’ currently installed).
from pandas.core.computation.check import NUMEXPR_INSTALLED

Then I googled how to fix this and it said to do a conda update but it gives me this error

Collecting package metadata (current_repodata.json): done
Solving environment: –
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  • defaults/noarch::bleach==3.2.1=py_0

  • defaults/osx-64::pytest==6.1.1=py38_0

  • defaults/osx-64::anaconda==2020.11=py38_0

  • defaults/noarch::babel==2.8.1=pyhd3eb1b0_0

  • defaults/osx-64::pywavelets==1.1.1=py38haf1e3a3_2

  • defaults/osx-64::conda==4.9.2=py38hecd8cb5_0

  • defaults/osx-64::mkl_random==1.1.1=py38h959d312_0

  • defaults/noarch::nbformat==5.0.8=py_0

  • defaults/noarch::jsonschema==3.2.0=py_2

  • defaults/osx-64::bottleneck==1.3.2=py38hf1fa96c_1

  • defaults/osx-64::numpy==1.19.2=py38h456fd55_0

  • defaults/osx-64::pylint==2.6.0=py38_0

  • defaults/osx-64::astropy==4.0.2=py38haf1e3a3_0

  • defaults/noarch::imageio==2.9.0=py_0

  • defaults/noarch::seaborn==0.11.0=py_0

  • defaults/osx-64::conda-build==3.20.5=py38_1

  • defaults/noarch::anaconda-project==0.8.4=py_0

  • defaults/osx-64::scikit-learn==0.23.2=py38h959d312_0

  • defaults/osx-64::_ipyw_jlab_nb_ext_conf==0.1.0=py38_0

  • defaults/osx-64::anaconda-client==1.7.2=py38_0

  • defaults/osx-64::numexpr==2.7.1=py38hce01a72_0

  • defaults/noarch::numpydoc==1.1.0=pyhd3eb1b0_1

  • defaults/noarch::ipywidgets==7.5.1=py_1

  • defaults/noarch::jupyterlab==2.2.6=py_0

  • defaults/noarch::nbclient==0.5.1=py_0

  • defaults/osx-64::scikit-image==0.17.2=py38h81aa140_0

  • defaults/noarch::flake8==3.8.4=py_0

  • defaults/osx-64::widgetsnbextension==3.5.1=py38_0

  • defaults/osx-64::tifffile==2020.10.1=py38h0cf3a3e_2

  • defaults/osx-64::astroid==2.4.2=py38_0

  • defaults/osx-64::anaconda-navigator==1.10.0=py38_0

  • defaults/noarch::jupyterlab_server==1.2.0=py_0

  • defaults/osx-64::bokeh==2.2.3=py38_0

  • defaults/noarch::dask==2.30.0=py_0

  • defaults/osx-64::matplotlib-base==3.3.2=py38h181983e_0

  • defaults/osx-64::jupyter==1.0.0=py38_7

  • defaults/osx-64::notebook==6.1.4=py38_0

  • defaults/osx-64::bkcharts==0.2=py38_0

  • defaults/osx-64::matplotlib==3.3.2=0

  • defaults/noarch::sphinx==3.2.1=py_0

  • defaults/noarch::python-language-server==0.35.1=py_0

  • defaults/osx-64::nbconvert==6.0.7=py38_0

  • defaults/osx-64::spyder==4.1.5=py38_0

  • defaults/noarch::importlib_metadata==2.0.0=1

  • defaults/osx-64::numba==0.51.2=py38h6440ff4_1

  • defaults/osx-64::mkl_fft==1.2.0=py38hc64f4ea_0

  • defaults/osx-64::pytables==3.6.1=py38h4727e94_0
    failed with repodata from current_repodata.json, will retry with next repodata source.
    Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
    Collecting package metadata (repodata.json): done
    Solving environment: \
    The environment is inconsistent, please check the package plan carefully
    The following packages are causing the inconsistency:

  • defaults/noarch::bleach==3.2.1=py_0

  • defaults/osx-64::pytest==6.1.1=py38_0

  • defaults/osx-64::anaconda==2020.11=py38_0

  • defaults/noarch::babel==2.8.1=pyhd3eb1b0_0

  • defaults/osx-64::pywavelets==1.1.1=py38haf1e3a3_2

  • defaults/osx-64::conda==4.9.2=py38hecd8cb5_0

  • defaults/osx-64::mkl_random==1.1.1=py38h959d312_0

  • defaults/noarch::nbformat==5.0.8=py_0

  • defaults/noarch::jsonschema==3.2.0=py_2

  • defaults/osx-64::bottleneck==1.3.2=py38hf1fa96c_1

  • defaults/osx-64::numpy==1.19.2=py38h456fd55_0

  • defaults/osx-64::pylint==2.6.0=py38_0

  • defaults/osx-64::astropy==4.0.2=py38haf1e3a3_0

  • defaults/noarch::imageio==2.9.0=py_0

  • defaults/noarch::seaborn==0.11.0=py_0

  • defaults/osx-64::conda-build==3.20.5=py38_1

  • defaults/noarch::anaconda-project==0.8.4=py_0

  • defaults/osx-64::scikit-learn==0.23.2=py38h959d312_0

  • defaults/osx-64::_ipyw_jlab_nb_ext_conf==0.1.0=py38_0

  • defaults/osx-64::anaconda-client==1.7.2=py38_0

  • defaults/osx-64::numexpr==2.7.1=py38hce01a72_0

  • defaults/noarch::numpydoc==1.1.0=pyhd3eb1b0_1

  • defaults/noarch::ipywidgets==7.5.1=py_1

  • defaults/noarch::jupyterlab==2.2.6=py_0

  • defaults/noarch::nbclient==0.5.1=py_0

  • defaults/osx-64::scikit-image==0.17.2=py38h81aa140_0

  • defaults/noarch::flake8==3.8.4=py_0

  • defaults/osx-64::widgetsnbextension==3.5.1=py38_0

  • defaults/osx-64::tifffile==2020.10.1=py38h0cf3a3e_2

  • defaults/osx-64::astroid==2.4.2=py38_0

  • defaults/osx-64::anaconda-navigator==1.10.0=py38_0

  • defaults/noarch::jupyterlab_server==1.2.0=py_0

  • defaults/osx-64::bokeh==2.2.3=py38_0

  • defaults/noarch::dask==2.30.0=py_0

  • defaults/osx-64::matplotlib-base==3.3.2=py38h181983e_0

  • defaults/osx-64::jupyter==1.0.0=py38_7

  • defaults/osx-64::notebook==6.1.4=py38_0

  • defaults/osx-64::bkcharts==0.2=py38_0

  • defaults/osx-64::matplotlib==3.3.2=0

  • defaults/noarch::sphinx==3.2.1=py_0

  • defaults/noarch::python-language-server==0.35.1=py_0

  • defaults/osx-64::nbconvert==6.0.7=py38_0

  • defaults/osx-64::spyder==4.1.5=py38_0

  • defaults/noarch::importlib_metadata==2.0.0=1

  • defaults/osx-64::numba==0.51.2=py38h6440ff4_1

  • defaults/osx-64::mkl_fft==1.2.0=py38hc64f4ea_0

  • defaults/osx-64::pytables==3.6.1=py38h4727e94_0

  • Read more here: Source link