我试着用matplotlib。但是,当我输入导入matplotlib时,会得到以下错误:
ImportError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package
我使用pip install matplotlib安装matplotlib。
我该怎么解决这个问题?谢谢!
我已经创建了一个内部使用的包。在我的安装文件中,我有如下内容:
from setuptools import setup, find_packages
setup(
name='myutils',
version='0.3',
description='Set of utils for these projects',
packages=find_packages(),
install_requires=[
'requests',
'arrow
在使用sudo apt-get update检查后尝试安装更新时,sudo-apt get upgrade不会安装它们。
username@username:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-headers-generic-lts-raring linux-image-generic-lts-rarin