我最近安装了anaconda,并且我使用PyCharm作为我的IDE,但是当我去导入一些模块时,它们似乎不存在,即使它们是用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很陌生,而且我对发生的事情感到很困惑。
答案 0 :(得分:0)
以下代码可以解决您的问题;
sudo apt-get clean
sudo apt-get install -f