your numpy version is 1.14.5.Please upgrade numpy to >= 1.15.4 to use this pandas version
Both Conda and pip packages are installed. Some packages cannot be uninstalled.
Perform the following operations to resolve this issue:
import os os.system("pip uninstall -y numpy") os.system('rm -rf /home/work/anaconda/lib/python3.6/site-packages/numpy/') os.system("pip install numpy==1.15.4")
Before creating a training job, use the ModelArts development environment to debug the training code to maximally eliminate errors in code migration.