相关疑难解决方法(0)

从Jupyter笔记本中安装pip包不起作用

当我!pip install geocoder在Jupyter Notebook中运行时,我获得与pip install geocoder在终端中运行相同的输出,但是当我尝试导入时,地理编码器包不可用.

我正在使用Ubuntu 14.04,Anaconda 4.0.0和pip 8.1.2

安装地理编码器:

!pip install geocoder

The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the …
Run Code Online (Sandbox Code Playgroud)

python ipython anaconda jupyter jupyter-notebook

34
推荐指数
4
解决办法
7万
查看次数

jupyter ModuleNotFoundError:没有名为 matplotlib 的模块

我目前正在尝试使用基本的 python - jupyter 项目。

我在 matplotlib 期间遇到以下错误:

jupyter 错误截图 在此处输入图片说明

ModuleNotFoundError: 没有名为“ matplotlib ”的模块

我尝试在 conda 和 pip 中更新、重新安装 matplotlib,但它仍然无法正常工作。

对每一个建设性的反馈感到高兴

python matplotlib conda jupyter

24
推荐指数
4
解决办法
4万
查看次数