相关疑难解决方法(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万
查看次数

标签 统计

anaconda ×1

ipython ×1

jupyter ×1

jupyter-notebook ×1

python ×1