我最近安装了anaconda,并使用PyCharm作为我的集成开发环境,但是当我导入一些模块时,它们似乎并不存在,尽管它们是用anaconda下载的。当我试图通过终端下载Matplotlib时,我得到了这个
Errors were encountered while processing:
python-six
python-wrapt
python-pkg-resources
python-pyflakes
pyflakes
python-lazy-object-proxy
python-logilab-common
python-astroid
pylint
python-egenix-mxtools
python-egenix-mxdatetime
python-pyinotify
python-sip
python-qt4
ninja-ide
python-cycler
python-dateutil
python-pil:amd64
python-imaging
python-pyparsing
python-tz
python-numpy
python-matplotlib
E: Sub-process /usr/bin/dpkg returned an error code (1)
有没有人能帮帮我,我对Linux是个新手,我真的很困惑到底发生了什么。
发布于 2016-07-29 23:38:18
下面的代码可以解决你的问题;
sudo apt-get clean
sudo apt-get install -f
https://stackoverflow.com/questions/38662559
复制相似问题