所有的包都运行得很好,但是pandas从一开始就不适合我,所以我想卸载并安装一个新版本的pandas 0.19C:\Users\>python -m pip install, line 215, in main File "D:\Anaconda3-4.2\lib\site-packages\pipbuild
但在构建容器的末尾,它会抛出下一个警告(我是在Ubuntu 20.04上构建它的): WARNING: Running pip as the 'root' user can result in broken我是否应该担心pip抛出的警告,因为我知道它会破坏我的系统?这是我的Dockerfile: FROM python:3.8-slim-buster
RUN pip