首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >问答首页 >ImportError:没有名为mandrill的模块

ImportError:没有名为mandrill的模块
EN

Stack Overflow用户
提问于 2015-01-19 19:43:25
回答 1查看 1.4K关注 0票数 3

我使用pip安装了mandrill:

代码语言:javascript
运行
AI代码解释
复制
(venv)Jhons-MacBook-Pro:venv jhonjairoroa87$ pip install mandrill

我得到的结果是:

代码语言:javascript
运行
AI代码解释
复制
Downloading/unpacking mandrill
Downloading mandrill-1.0.57.tar.gz
Running setup.py (path:/private/var/folders/x3/st96cn215h915kqwlcrmtspw0000gn/T/pip_build_jhonjairoroa87/mandrill/setup.py) egg_info for package mandrill
Requirement already satisfied (use --upgrade to upgrade): requests>=0.13.2 in /usr/local/lib/python2.7/site-packages (from mandrill)
Requirement already satisfied (use --upgrade to upgrade): docopt==0.4.0 in /usr/local/lib/python2.7/site-packages (from mandrill)
Installing collected packages: mandrill
Running setup.py install for mandrill
changing mode of build/scripts-2.7/mandrill from 644 to 755
changing mode of build/scripts-2.7/sendmail.mandrill from 644 to 755
changing mode of /usr/local/bin/mandrill to 755
changing mode of /usr/local/bin/sendmail.mandrill to 755
Successfully installed mandrill
Cleaning up... 

但当我尝试使用它时,却失败了:

代码语言:javascript
运行
AI代码解释
复制
(venv)Jhons-MacBook-Pro:venv jhonjairoroa87$ python
Python 2.7.6 (default, Sep  9 2014, 15:04:36) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mandrill
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named mandrill
>>> 
>>> import sendmail.mandrill
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named sendmail.mandrill

有人遇到过这个问题吗?

EN

回答 1

Stack Overflow用户

发布于 2015-01-19 20:03:15

我用以下命令卸载了它

代码语言:javascript
运行
AI代码解释
复制
pip uninstall mandrill

并使用python -m选项重新安装:

代码语言:javascript
运行
AI代码解释
复制
sudo python -m pip install mandrill

现在它完美地工作了。

代码语言:javascript
运行
AI代码解释
复制
(venv)Jhons-MacBook-Pro:python_mandrill jhonjairoroa87$ python
Python 2.7.6 (default, Sep  9 2014, 15:04:36) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mandrill
>>> 
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28032356

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
查看详情【社区公告】 技术创作特训营有奖征文