当我!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 - jupyter 项目。
我在 matplotlib 期间遇到以下错误:
ModuleNotFoundError: 没有名为“ matplotlib ”的模块
我尝试在 conda 和 pip 中更新、重新安装 matplotlib,但它仍然无法正常工作。
对每一个建设性的反馈感到高兴