selfteaching / selfteaching/selfteaching-python-camp

Day11 尝试用 Conda 安装 yagmail 的失败始末

Open
#1,851 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
151
Forks
875
PR merge metrics
No merged PRs in 30d

Description

1、任务

通过 conda 安装第三方 yagmail(邮箱库)、requests(网络请求库)和 pyquery(xml文档解析库)

2、我做了哪些工作?

1. Google:install yagmail using conda

谷歌的首要推送,建议我执行如下命令:

conda install -c jrkerns yagmail

我觉得这和安装 yagmail 不是一回事,但是我照做了。我得到的结果如下:

Collecting package metadata: done
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - conda[version='>=4.6.8']
  - yagmail
Use "conda search <package> --info" to see the dependencies for each package.
2. 完整阅读了 yagmail README

同样没找到 conda 安装的说明。

3. 翻了翻 stackoverflow

该问题下的建议,仍然和yagmail readme中的建议一致,采用pip安装。

你能提供一些建议吗?致谢。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the project README and the reported conda install -c jrkerns yagmail output. Determine whether the project documents a supported installation path for yagmail, requests, and pyquery, then update or clarify the relevant guidance; done means a newcomer can follow the documented setup without ambiguity.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.